Html Css Color HEX #A9A0CF Wistful

📋 copy color: '#A9A0CF'

red 169 ◦ green 160 ◦ blue 207

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

Shades of Wistful #A9A0CF

Tints of Wistful #A9A0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.85%

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 31.53%
G = 29.85%
B = 38.62%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A9A0CF (or 0xA9A0CF) is known color: Wistful. HEX triplet: A9, A0 and CF. RGB value is (169,160,207). Sum of RGB (Red+Green+Blue) = 169+160+207=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A0CF is #565F30. Grayscale: #A7A7A7. Windows color (decimal): -5660465 or 13607081. OLE color: 13607081.

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

Color convert

RGB 169 160 207 -
CMYK 0.18 0.23 0 0.19
HSL 251.49º 0.33% 0.72% -
HSV(B) 251.49º 0.23% 0.81% -
XYZ 40.2 38.08 64.26 -
YUV 168.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 169 160 207 0.18 0.23 0 0.19 251.49 0.33 0.72
Hex A9 A0 CF 12 17 0 13 FB 21 48
Octal 251 240 317 22 27 0 23 373 41 110
Binary 10101001 10100000 11001111 10010 10111 0 10011 11111011 100001 1001000

Color Harmonies of #A9A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A0CF

Black with #A9A0CF

Text Example


Text Example

White with #A9A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A0CF; }

 p { color: rgb(169,160,207); }

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

background-color css

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

 a { background-color: rgb(169,160,207); }

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

border-color css

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

 span { border-color: rgb(169,160,207); }

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