Html Css Color HEX #A9ABDE Perano

📋 copy color: '#A9ABDE'

red 169 ◦ green 171 ◦ blue 222

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

Shades of Perano #A9ABDE

Tints of Perano #A9ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 30.07%
G = 30.43%
B = 39.5%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9ABDE (or 0xA9ABDE) is known color: Perano. HEX triplet: A9, AB and DE. RGB value is (169,171,222). Sum of RGB (Red+Green+Blue) = 169+171+222=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABDE is #565421. Grayscale: #B0B0B0. Windows color (decimal): -5657634 or 14592937. OLE color: 14592937.

HSL color Cylindrical-coordinate representation of color #A9ABDE: hue angle of 237.74º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9ABDE is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 171 222 -
CMYK 0.24 0.23 0 0.13
HSL 237.74º 0.45% 0.77% -
HSV(B) 237.74º 0.24% 0.87% -
XYZ 44.11 42.83 75.05 -
YUV 176.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 169 171 222 0.24 0.23 0 0.13 237.74 0.45 0.77
Hex A9 AB DE 18 17 0 D EE 2D 4D
Octal 251 253 336 30 27 0 15 356 55 115
Binary 10101001 10101011 11011110 11000 10111 0 1101 11101110 101101 1001101

Color Harmonies of #A9ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABDE

Black with #A9ABDE

Text Example


Text Example

White with #A9ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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