Html Css Color HEX #A9ABCF Wistful

📋 copy color: '#A9ABCF'

red 169 ◦ green 171 ◦ blue 207

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

Shades of Wistful #A9ABCF

Tints of Wistful #A9ABCF

RGB

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

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

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

R = 30.9%
G = 31.26%
B = 37.84%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A9ABCF (or 0xA9ABCF) is known color: Wistful. HEX triplet: A9, AB and CF. RGB value is (169,171,207). Sum of RGB (Red+Green+Blue) = 169+171+207=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABCF is #565430. Grayscale: #AEAEAE. Windows color (decimal): -5657649 or 13609897. OLE color: 13609897.

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

Color convert

RGB 169 171 207 -
CMYK 0.18 0.17 0 0.19
HSL 236.84º 0.28% 0.74% -
HSV(B) 236.84º 0.18% 0.81% -
XYZ 42.19 42.07 64.93 -
YUV 174.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 169 171 207 0.18 0.17 0 0.19 236.84 0.28 0.74
Hex A9 AB CF 12 11 0 13 ED 1C 4A
Octal 251 253 317 22 21 0 23 355 34 112
Binary 10101001 10101011 11001111 10010 10001 0 10011 11101101 11100 1001010

Color Harmonies of #A9ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABCF

Black with #A9ABCF

Text Example


Text Example

White with #A9ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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