Html Css Color HEX #A49BCD Wistful

📋 copy color: '#A49BCD'

red 164 ◦ green 155 ◦ blue 205

#A49BCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A49BCD

Tints of Wistful #A49BCD

RGB

 RED value IS 164 (64.45% from 255) = 31.3%

 GREEN value IS 155 (60.94% from 255) = 29.58%

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 31.3%
G = 29.58%
B = 39.12%

CMYK

 C value IS 0.2

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A49BCD (or 0xA49BCD) is known color: Wistful. HEX triplet: A4, 9B and CD. RGB value is (164,155,205). Sum of RGB (Red+Green+Blue) = 164+155+205=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A49BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BCD is #5B6432. Grayscale: #A3A3A3. Windows color (decimal): -5989427 or 13474724. OLE color: 13474724.

HSL color Cylindrical-coordinate representation of color #A49BCD: hue angle of 250.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A49BCD is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 155 205 -
CMYK 0.2 0.24 0 0.20
HSL 250.8º 0.33% 0.71% -
HSV(B) 250.8º 0.24% 0.8% -
XYZ 38.05 35.74 62.65 -
YUV 163.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 164 155 205 0.2 0.24 0 0.20 250.8 0.33 0.71
Hex A4 9B CD 14 18 0 14 FB 21 47
Octal 244 233 315 24 30 0 24 373 41 107
Binary 10100100 10011011 11001101 10100 11000 0 10100 11111011 100001 1000111

Color Harmonies of #A49BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BCD

Black with #A49BCD

Text Example


Text Example

White with #A49BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BCD; }

 p { color: rgb(164,155,205); }

 H1.HeaderClassName
 {
   color: #A49BCD;
 }
 .AnyTagClassName
 {
   color: #A49BCD;
 }
</style>

background-color css

<style>
 a { background-color: #A49BCD; }

 a { background-color: rgb(164,155,205); }

 div.DivClassName
 {
   background-color: #A49BCD;
 }
 .BgClassName
 {
   background-color: #A49BCD;
 }
</style>

border-color css

<style>
 span { border-color: #A49BCD; }

 span { border-color: rgb(164,155,205); }

 td.TdClassName
 {
   border-color: #A49BCD;
 }
 .TagClassName
 {
   border-color: #A49BCD;
 }
</style>