Html Css Color HEX #A9A6CC Wistful

📋 copy color: '#A9A6CC'

red 169 ◦ green 166 ◦ blue 204

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

Shades of Wistful #A9A6CC

Tints of Wistful #A9A6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 31.35%
G = 30.8%
B = 37.85%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A9A6CC (or 0xA9A6CC) is known color: Wistful. HEX triplet: A9, A6 and CC. RGB value is (169,166,204). Sum of RGB (Red+Green+Blue) = 169+166+204=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9A6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6CC is #565933. Grayscale: #ABABAB. Windows color (decimal): -5658932 or 13412009. OLE color: 13412009.

HSL color Cylindrical-coordinate representation of color #A9A6CC: hue angle of 244.74º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9A6CC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 166 204 -
CMYK 0.17 0.19 0 0.2
HSL 244.74º 0.27% 0.73% -
HSV(B) 244.74º 0.19% 0.8% -
XYZ 40.9 40.07 62.7 -
YUV 171.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 169 166 204 0.17 0.19 0 0.2 244.74 0.27 0.73
Hex A9 A6 CC 11 13 0 14 F5 1B 49
Octal 251 246 314 21 23 0 24 365 33 111
Binary 10101001 10100110 11001100 10001 10011 0 10100 11110101 11011 1001001

Color Harmonies of #A9A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A6CC

Black with #A9A6CC

Text Example


Text Example

White with #A9A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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