#ABAFEA

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

Shades of Perano #ABAFEA

Tints of Perano #ABAFEA

Color information

#ABAFEA (or 0xABAFEA) is unknown color: approx Perano. HEX triplet: AB, AF and EA. RGB value is (171,175,234). Sum of RGB (Red+Green+Blue) = 171+175+234=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFEA is #545015. Grayscale: #B4B4B4. Windows color (decimal): -5525526 or 15380395. OLE color: 15380395.

HSL color Cylindrical-coordinate representation of color #ABAFEA: hue angle of 236.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAFEA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171175234-
CMYK0.270.2500.08
HSL236.19º60%79.41%-
HSV(B)236.19º26.92%91.76%-
XYZ46.9845.2684.1-
YUV180.53158.17121.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=29.48%
G=30.17%
B=40.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711752340.270.2500.08236.196079.41
HexABAFEA1B1908ec3c4f
Octal253257352333101035474117
Binary101010111010111111101010110111100101000111011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFEA; }

 p { color: rgb(171,175,234); }

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

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

 a { background-color: rgb(171,175,234); }

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

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

 span { border-color: rgb(171,175,234); }

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