#ABAEFA

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

Shades of Perano #ABAEFA

Tints of Perano #ABAEFA

Color information

#ABAEFA (or 0xABAEFA) is unknown color: approx Perano. HEX triplet: AB, AE and FA. RGB value is (171,174,250). Sum of RGB (Red+Green+Blue) = 171+174+250=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABAEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEFA is #545105. Grayscale: #B5B5B5. Windows color (decimal): -5525766 or 16428715. OLE color: 16428715.

HSL color Cylindrical-coordinate representation of color #ABAEFA: hue angle of 237.72º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABAEFA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171174250-
CMYK0.320.3000.02
HSL237.72º88.76%82.55%-
HSV(B)237.72º31.6%98.04%-
XYZ49.1945.8396.7-
YUV181.77166.51120.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=28.74%
G=29.24%
B=42.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711742500.320.3000.02237.7288.7682.55
HexABAEFA201E02ee5953
Octal253256372403602356131123
Binary101010111010111011111010100000111100101110111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEFA; }

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

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

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

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

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

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

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

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