#A0ABED

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

Shades of Perano #A0ABED

Tints of Perano #A0ABED

Color information

#A0ABED (or 0xA0ABED) is unknown color: approx Perano. HEX triplet: A0, AB and ED. RGB value is (160,171,237). Sum of RGB (Red+Green+Blue) = 160+171+237=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABED is #5F5412. Grayscale: #AEAEAE. Windows color (decimal): -6247443 or 15575968. OLE color: 15575968.

HSL color Cylindrical-coordinate representation of color #A0ABED: hue angle of 231.43º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ABED is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160171237-
CMYK0.320.2800.07
HSL231.43º68.14%77.84%-
HSV(B)231.43º32.49%92.94%-
XYZ44.3542.7186.03-
YUV175.24162.86117.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.17%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=28.17%
G=30.11%
B=41.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601712370.320.2800.07231.4368.1477.84
HexA0ABED201C07e7444e
Octal240253355403407347104116
Binary1010000010101011111011011000001110001111110011110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ABED; }

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

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

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

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

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

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

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

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