#A0ABFE

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

Shades of Perano #A0ABFE

Tints of Perano #A0ABFE

Color information

#A0ABFE (or 0xA0ABFE) is unknown color: approx Perano. HEX triplet: A0, AB and FE. RGB value is (160,171,254). Sum of RGB (Red+Green+Blue) = 160+171+254=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABFE is #5F5401. Grayscale: #B0B0B0. Windows color (decimal): -6247426 or 16690080. OLE color: 16690080.

HSL color Cylindrical-coordinate representation of color #A0ABFE: hue angle of 232.98º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0ABFE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160171254-
CMYK0.370.3300.00
HSL232.98º97.92%81.18%-
HSV(B)232.98º37.01%99.61%-
XYZ46.9543.7699.74-
YUV177.17171.36115.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.35%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=27.35%
G=29.23%
B=43.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601712540.370.3300.00232.9897.9281.18
HexA0ABFE252100e96251
Octal240253376454100351142121
Binary101000001010101111111110100101100001001110100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ABFE; }

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

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

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

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

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

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

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

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