Html Css Color HEX #A9A6CB Wistful

📋 copy color: '#A9A6CB'

red 169 ◦ green 166 ◦ blue 203

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

Shades of Wistful #A9A6CB

Tints of Wistful #A9A6CB

RGB

 RED value IS 169 (66.41% from 255) = 31.41%

 GREEN value IS 166 (65.23% from 255) = 30.86%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 31.41%
G = 30.86%
B = 37.73%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9A6CB (or 0xA9A6CB) is known color: Wistful. HEX triplet: A9, A6 and CB. RGB value is (169,166,203). Sum of RGB (Red+Green+Blue) = 169+166+203=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6CB is #565934. Grayscale: #AAAAAA. Windows color (decimal): -5658933 or 13346473. OLE color: 13346473.

HSL color Cylindrical-coordinate representation of color #A9A6CB: hue angle of 244.86º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9A6CB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 166 203 -
CMYK 0.17 0.18 0 0.20
HSL 244.86º 0.26% 0.72% -
HSV(B) 244.86º 0.18% 0.8% -
XYZ 40.78 40.02 62.08 -
YUV 171.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 169 166 203 0.17 0.18 0 0.20 244.86 0.26 0.72
Hex A9 A6 CB 11 12 0 14 F5 1A 48
Octal 251 246 313 21 22 0 24 365 32 110
Binary 10101001 10100110 11001011 10001 10010 0 10100 11110101 11010 1001000

Color Harmonies of #A9A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A6CB

Black with #A9A6CB

Text Example


Text Example

White with #A9A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A6CB; }

 p { color: rgb(169,166,203); }

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

background-color css

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

 a { background-color: rgb(169,166,203); }

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

border-color css

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

 span { border-color: rgb(169,166,203); }

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