Html Css Color HEX #A9ABDC Wistful

📋 copy color: '#A9ABDC'

red 169 ◦ green 171 ◦ blue 220

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

Shades of Wistful #A9ABDC

Tints of Wistful #A9ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.54%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 30.18%
G = 30.54%
B = 39.29%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9ABDC (or 0xA9ABDC) is known color: Wistful. HEX triplet: A9, AB and DC. RGB value is (169,171,220). Sum of RGB (Red+Green+Blue) = 169+171+220=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABDC is #565423. Grayscale: #AFAFAF. Windows color (decimal): -5657636 or 14461865. OLE color: 14461865.

HSL color Cylindrical-coordinate representation of color #A9ABDC: hue angle of 237.65º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9ABDC is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 171 220 -
CMYK 0.23 0.22 0 0.14
HSL 237.65º 0.42% 0.76% -
HSV(B) 237.65º 0.23% 0.86% -
XYZ 43.84 42.73 73.65 -
YUV 175.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 169 171 220 0.23 0.22 0 0.14 237.65 0.42 0.76
Hex A9 AB DC 17 16 0 E EE 2A 4C
Octal 251 253 334 27 26 0 16 356 52 114
Binary 10101001 10101011 11011100 10111 10110 0 1110 11101110 101010 1001100

Color Harmonies of #A9ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABDC

Black with #A9ABDC

Text Example


Text Example

White with #A9ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABDC; }

 p { color: rgb(169,171,220); }

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

background-color css

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

 a { background-color: rgb(169,171,220); }

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

border-color css

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

 span { border-color: rgb(169,171,220); }

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