#ABAEF7

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

Shades of Perano #ABAEF7

Tints of Perano #ABAEF7

Color information

#ABAEF7 (or 0xABAEF7) is unknown color: approx Perano. HEX triplet: AB, AE and F7. RGB value is (171,174,247). Sum of RGB (Red+Green+Blue) = 171+174+247=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABAEF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEF7 is #545108. Grayscale: #B5B5B5. Windows color (decimal): -5525769 or 16232107. OLE color: 16232107.

HSL color Cylindrical-coordinate representation of color #ABAEF7: hue angle of 237.63º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABAEF7 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171174247-
CMYK0.310.3000.03
HSL237.63º82.61%81.96%-
HSV(B)237.63º30.77%96.86%-
XYZ48.7245.6594.24-
YUV181.42165.01120.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.89%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 247 (96.88% from 255) = 41.72%
R=28.89%
G=29.39%
B=41.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711742470.310.3000.03237.6382.6181.96
HexABAEF71F1E03ee5352
Octal253256367373603356123122
Binary10101011101011101111011111111111100111110111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEF7; }

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

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

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

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

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

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

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

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