Html Css Color HEX #A9ABE4 Perano

📋 copy color: '#A9ABE4'

red 169 ◦ green 171 ◦ blue 228

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

Shades of Perano #A9ABE4

Tints of Perano #A9ABE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.14%

R = 29.75%
G = 30.11%
B = 40.14%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A9ABE4 (or 0xA9ABE4) is known color: Perano. HEX triplet: A9, AB and E4. RGB value is (169,171,228). Sum of RGB (Red+Green+Blue) = 169+171+228=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #A9ABE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABE4 is #56541B. Grayscale: #B0B0B0. Windows color (decimal): -5657628 or 14986153. OLE color: 14986153.

HSL color Cylindrical-coordinate representation of color #A9ABE4: hue angle of 237.97º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9ABE4 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 171 228 -
CMYK 0.26 0.25 0 0.11
HSL 237.97º 0.52% 0.78% -
HSV(B) 237.97º 0.26% 0.89% -
XYZ 44.93 43.16 79.36 -
YUV 176.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 169 171 228 0.26 0.25 0 0.11 237.97 0.52 0.78
Hex A9 AB E4 1A 19 0 B EE 34 4E
Octal 251 253 344 32 31 0 13 356 64 116
Binary 10101001 10101011 11100100 11010 11001 0 1011 11101110 110100 1001110

Color Harmonies of #A9ABE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABE4

Black with #A9ABE4

Text Example


Text Example

White with #A9ABE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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