#ABAAE6

Color #ABAAE6 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ABAAE6

Tints of Perano #ABAAE6

Color information

#ABAAE6 (or 0xABAAE6) is unknown color: approx Perano. HEX triplet: AB, AA and E6. RGB value is (171,170,230). Sum of RGB (Red+Green+Blue) = 171+170+230=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABAAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAE6 is #545519. Grayscale: #B0B0B0. Windows color (decimal): -5526810 or 15116971. OLE color: 15116971.

HSL color Cylindrical-coordinate representation of color #ABAAE6: hue angle of 241º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABAAE6 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171170230-
CMYK0.260.2600.10
HSL241º54.55%78.43%-
HSV(B)241º26.09%90.2%-
XYZ45.4543.1280.79-
YUV177.14157.83123.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=29.95%
G=29.77%
B=40.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711702300.260.2600.1024154.5578.43
HexABAAE61A1A0Af1374e
Octal253252346323201236167116
Binary101010111010101011100110110101101001010111100011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAE6; }

 p { color: rgb(171,170,230); }

 H1.HeaderClassName
 {
   color: #ABAAE6;
 }
 .AnyTagClassName
 {
   color: #ABAAE6;
 }
</style>
background-color css

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

 a { background-color: rgb(171,170,230); }

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

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

 span { border-color: rgb(171,170,230); }

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