Html Css Color HEX #A9A1CE Wistful

📋 copy color: '#A9A1CE'

red 169 ◦ green 161 ◦ blue 206

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

Shades of Wistful #A9A1CE

Tints of Wistful #A9A1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.04%

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 31.53%
G = 30.04%
B = 38.43%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A9A1CE (or 0xA9A1CE) is known color: Wistful. HEX triplet: A9, A1 and CE. RGB value is (169,161,206). Sum of RGB (Red+Green+Blue) = 169+161+206=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1CE is #565E31. Grayscale: #A8A8A8. Windows color (decimal): -5660210 or 13541801. OLE color: 13541801.

HSL color Cylindrical-coordinate representation of color #A9A1CE: hue angle of 250.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9A1CE is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 161 206 -
CMYK 0.18 0.22 0 0.19
HSL 250.67º 0.31% 0.72% -
HSV(B) 250.67º 0.22% 0.81% -
XYZ 40.25 38.38 63.68 -
YUV 168.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 169 161 206 0.18 0.22 0 0.19 250.67 0.31 0.72
Hex A9 A1 CE 12 16 0 13 FB 1F 48
Octal 251 241 316 22 26 0 23 373 37 110
Binary 10101001 10100001 11001110 10010 10110 0 10011 11111011 11111 1001000

Color Harmonies of #A9A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A1CE

Black with #A9A1CE

Text Example


Text Example

White with #A9A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A1CE; }

 p { color: rgb(169,161,206); }

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

background-color css

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

 a { background-color: rgb(169,161,206); }

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

border-color css

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

 span { border-color: rgb(169,161,206); }

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