#ABAFE0

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

Shades of Perano #ABAFE0

Tints of Perano #ABAFE0

Color information

#ABAFE0 (or 0xABAFE0) is unknown color: approx Perano. HEX triplet: AB, AF and E0. RGB value is (171,175,224). Sum of RGB (Red+Green+Blue) = 171+175+224=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFE0 is #54501F. Grayscale: #B3B3B3. Windows color (decimal): -5525536 or 14725035. OLE color: 14725035.

HSL color Cylindrical-coordinate representation of color #ABAFE0: hue angle of 235.47º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABAFE0 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171175224-
CMYK0.240.2200.12
HSL235.47º46.09%77.45%-
HSV(B)235.47º23.66%87.84%-
XYZ45.5844.776.75-
YUV179.39153.17122.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=30%
G=30.70%
B=39.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711752240.240.2200.12235.4746.0977.45
HexABAFE018160Ceb2e4d
Octal253257340302601435356115
Binary101010111010111111100000110001011001100111010111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFE0; }

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

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

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

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

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

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

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

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