Html Css Color HEX #A9ABD8 Wistful

📋 copy color: '#A9ABD8'

red 169 ◦ green 171 ◦ blue 216

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

Shades of Wistful #A9ABD8

Tints of Wistful #A9ABD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 30.4%
G = 30.76%
B = 38.85%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A9ABD8 (or 0xA9ABD8) is known color: Wistful. HEX triplet: A9, AB and D8. RGB value is (169,171,216). Sum of RGB (Red+Green+Blue) = 169+171+216=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #A9ABD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABD8 is #565427. Grayscale: #AFAFAF. Windows color (decimal): -5657640 or 14199721. OLE color: 14199721.

HSL color Cylindrical-coordinate representation of color #A9ABD8: hue angle of 237.45º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9ABD8 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 171 216 -
CMYK 0.22 0.21 0 0.15
HSL 237.45º 0.38% 0.75% -
HSV(B) 237.45º 0.22% 0.85% -
XYZ 43.32 42.52 70.89 -
YUV 175.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 169 171 216 0.22 0.21 0 0.15 237.45 0.38 0.75
Hex A9 AB D8 16 15 0 F ED 26 4B
Octal 251 253 330 26 25 0 17 355 46 113
Binary 10101001 10101011 11011000 10110 10101 0 1111 11101101 100110 1001011

Color Harmonies of #A9ABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABD8

Black with #A9ABD8

Text Example


Text Example

White with #A9ABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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