Html Css Color HEX #A9ABDA Wistful

📋 copy color: '#A9ABDA'

red 169 ◦ green 171 ◦ blue 218

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

Shades of Wistful #A9ABDA

Tints of Wistful #A9ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 30.29%
G = 30.65%
B = 39.07%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A9ABDA (or 0xA9ABDA) is known color: Wistful. HEX triplet: A9, AB and DA. RGB value is (169,171,218). Sum of RGB (Red+Green+Blue) = 169+171+218=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABDA is #565425. Grayscale: #AFAFAF. Windows color (decimal): -5657638 or 14330793. OLE color: 14330793.

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

Color convert

RGB 169 171 218 -
CMYK 0.22 0.22 0 0.15
HSL 237.55º 0.4% 0.76% -
HSV(B) 237.55º 0.22% 0.85% -
XYZ 43.58 42.62 72.26 -
YUV 175.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 169 171 218 0.22 0.22 0 0.15 237.55 0.4 0.76
Hex A9 AB DA 16 16 0 F EE 28 4C
Octal 251 253 332 26 26 0 17 356 50 114
Binary 10101001 10101011 11011010 10110 10110 0 1111 11101110 101000 1001100

Color Harmonies of #A9ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABDA

Black with #A9ABDA

Text Example


Text Example

White with #A9ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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