#ABAAE4

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

Shades of Perano #ABAAE4

Tints of Perano #ABAAE4

Color information

#ABAAE4 (or 0xABAAE4) is unknown color: approx Perano. HEX triplet: AB, AA and E4. RGB value is (171,170,228). Sum of RGB (Red+Green+Blue) = 171+170+228=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABAAE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAE4 is #54551B. Grayscale: #B0B0B0. Windows color (decimal): -5526812 or 14985899. OLE color: 14985899.

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

Color convert

RGB171170228-
CMYK0.250.2500.11
HSL241.03º51.79%78.04%-
HSV(B)241.03º25.44%89.41%-
XYZ45.1743.0179.32-
YUV176.91156.83123.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=30.05%
G=29.88%
B=40.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711702280.250.2500.11241.0351.7978.04
HexABAAE419190Bf1344e
Octal253252344313101336164116
Binary101010111010101011100100110011100101011111100011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAE4; }

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

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

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

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

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

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

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

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