#A0ABF0

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

Shades of Perano #A0ABF0

Tints of Perano #A0ABF0

Color information

#A0ABF0 (or 0xA0ABF0) is unknown color: approx Perano. HEX triplet: A0, AB and F0. RGB value is (160,171,240). Sum of RGB (Red+Green+Blue) = 160+171+240=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0ABF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABF0 is #5F540F. Grayscale: #AFAFAF. Windows color (decimal): -6247440 or 15772576. OLE color: 15772576.

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

Color convert

RGB160171240-
CMYK0.330.2900.06
HSL231.75º72.73%78.43%-
HSV(B)231.75º33.33%94.12%-
XYZ44.7942.8988.36-
YUV175.58164.36116.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.02%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=28.02%
G=29.95%
B=42.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601712400.330.2900.06231.7572.7378.43
HexA0ABF0211D06e8494e
Octal240253360413506350111116
Binary1010000010101011111100001000011110101101110100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ABF0; }

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

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

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

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

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

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

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

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