#ABABF0

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

Shades of Perano #ABABF0

Tints of Perano #ABABF0

Color information

#ABABF0 (or 0xABABF0) is unknown color: approx Perano. HEX triplet: AB, AB and F0. RGB value is (171,171,240). Sum of RGB (Red+Green+Blue) = 171+171+240=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABABF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABF0 is #54540F. Grayscale: #B2B2B2. Windows color (decimal): -5526544 or 15772587. OLE color: 15772587.

HSL color Cylindrical-coordinate representation of color #ABABF0: hue angle of 240º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABABF0 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171171240-
CMYK0.290.2900.06
HSL240º69.7%80.59%-
HSV(B)240º28.75%94.12%-
XYZ47.0944.0888.46-
YUV178.87162.5122.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 240 (94.14% from 255) = 41.24%
R=29.38%
G=29.38%
B=41.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711712400.290.2900.0624069.780.59
HexABABF01D1D06f04651
Octal253253360353506360106121
Binary101010111010101111110000111011110101101111000010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABF0; }

 p { color: rgb(171,171,240); }

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

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

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

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

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

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

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