Html Css Color HEX #A9ABEA Perano

📋 copy color: '#A9ABEA'

red 169 ◦ green 171 ◦ blue 234

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

Shades of Perano #A9ABEA

Tints of Perano #A9ABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.77%

R = 29.44%
G = 29.79%
B = 40.77%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9ABEA (or 0xA9ABEA) is known color: Perano. HEX triplet: A9, AB and EA. RGB value is (169,171,234). Sum of RGB (Red+Green+Blue) = 169+171+234=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9ABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABEA is #565415. Grayscale: #B1B1B1. Windows color (decimal): -5657622 or 15379369. OLE color: 15379369.

HSL color Cylindrical-coordinate representation of color #A9ABEA: hue angle of 238.15º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ABEA is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 171 234 -
CMYK 0.28 0.27 0 0.08
HSL 238.15º 0.61% 0.79% -
HSV(B) 238.15º 0.28% 0.92% -
XYZ 45.78 43.5 83.83 -
YUV 177.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 169 171 234 0.28 0.27 0 0.08 238.15 0.61 0.79
Hex A9 AB EA 1C 1B 0 8 EE 3D 4F
Octal 251 253 352 34 33 0 10 356 75 117
Binary 10101001 10101011 11101010 11100 11011 0 1000 11101110 111101 1001111

Color Harmonies of #A9ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABEA

Black with #A9ABEA

Text Example


Text Example

White with #A9ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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