#ABAEF4

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

Shades of Perano #ABAEF4

Tints of Perano #ABAEF4

Color information

#ABAEF4 (or 0xABAEF4) is unknown color: approx Perano. HEX triplet: AB, AE and F4. RGB value is (171,174,244). Sum of RGB (Red+Green+Blue) = 171+174+244=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABAEF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEF4 is #54510B. Grayscale: #B4B4B4. Windows color (decimal): -5525772 or 16035499. OLE color: 16035499.

HSL color Cylindrical-coordinate representation of color #ABAEF4: hue angle of 237.53º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABAEF4 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171174244-
CMYK0.300.2900.04
HSL237.53º76.84%81.37%-
HSV(B)237.53º29.92%95.69%-
XYZ48.2645.4691.82-
YUV181.08163.51120.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 244 (95.70% from 255) = 41.43%
R=29.03%
G=29.54%
B=41.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711742440.300.2900.04237.5376.8481.37
HexABAEF41E1D04ee4d51
Octal253256364363504356115121
Binary101010111010111011110100111101110101001110111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEF4; }

 p { color: rgb(171,174,244); }

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

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

 a { background-color: rgb(171,174,244); }

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

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

 span { border-color: rgb(171,174,244); }

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