#ABAEF8

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

Shades of Perano #ABAEF8

Tints of Perano #ABAEF8

Color information

#ABAEF8 (or 0xABAEF8) is unknown color: approx Perano. HEX triplet: AB, AE and F8. RGB value is (171,174,248). Sum of RGB (Red+Green+Blue) = 171+174+248=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABAEF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEF8 is #545107. Grayscale: #B5B5B5. Windows color (decimal): -5525768 or 16297643. OLE color: 16297643.

HSL color Cylindrical-coordinate representation of color #ABAEF8: hue angle of 237.66º degrees, saturation: 0.85, 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 #ABAEF8 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171174248-
CMYK0.310.3000.03
HSL237.66º84.62%82.16%-
HSV(B)237.66º31.05%97.25%-
XYZ48.8745.7195.05-
YUV181.54165.51120.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=28.84%
G=29.34%
B=41.82%

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
Decimal1711742480.310.3000.03237.6684.6282.16
HexABAEF81F1E03ee5552
Octal253256370373603356125122
Binary10101011101011101111100011111111100111110111010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEF8; }

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

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

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

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

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

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

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

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