Html Css Color HEX #A49BC9 Wistful

📋 copy color: '#A49BC9'

red 164 ◦ green 155 ◦ blue 201

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

Shades of Wistful #A49BC9

Tints of Wistful #A49BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.65%

R = 31.54%
G = 29.81%
B = 38.65%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A49BC9 (or 0xA49BC9) is known color: Wistful. HEX triplet: A4, 9B and C9. RGB value is (164,155,201). Sum of RGB (Red+Green+Blue) = 164+155+201=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #A49BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BC9 is #5B6436. Grayscale: #A2A2A2. Windows color (decimal): -5989431 or 13212580. OLE color: 13212580.

HSL color Cylindrical-coordinate representation of color #A49BC9: hue angle of 251.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A49BC9 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 155 201 -
CMYK 0.18 0.23 0 0.21
HSL 251.74º 0.3% 0.7% -
HSV(B) 251.74º 0.23% 0.79% -
XYZ 37.57 35.55 60.14 -
YUV 162.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 164 155 201 0.18 0.23 0 0.21 251.74 0.3 0.7
Hex A4 9B C9 12 17 0 15 FC 1E 46
Octal 244 233 311 22 27 0 25 374 36 106
Binary 10100100 10011011 11001001 10010 10111 0 10101 11111100 11110 1000110

Color Harmonies of #A49BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BC9

Black with #A49BC9

Text Example


Text Example

White with #A49BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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