#a2abe0

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

Shades of Perano #A2ABE0

Tints of Perano #A2ABE0

Color information

#A2ABE0 (or 0xA2ABE0) is unknown color: approx Perano. HEX triplet: A2, AB and E0. RGB value is (162,171,224). Sum of RGB (Red+Green+Blue) = 162+171+224=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #A2ABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABE0 is #5D541F. Grayscale: #AEAEAE. Windows color (decimal): -6116384 or 14724002. OLE color: 14724002.

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

Color convert

RGB162171224-
CMYK0.280.2400.12
HSL231.29º50%75.69%-
HSV(B)231.29º27.68%87.84%-
XYZ42.9242.1976.4-
YUV174.35156.02119.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.08%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=29.08%
G=30.70%
B=40.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621712240.280.2400.12231.295075.69
HexA2ABE01C180Ce7324c
Octal242253340343001434762114
Binary101000101010101111100000111001100001100111001111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2abe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2abe0; }

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

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

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

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

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

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

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

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