#A2ABEE

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

Shades of Perano #A2ABEE

Tints of Perano #A2ABEE

Color information

#A2ABEE (or 0xA2ABEE) is unknown color: approx Perano. HEX triplet: A2, AB and EE. RGB value is (162,171,238). Sum of RGB (Red+Green+Blue) = 162+171+238=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABEE is #5D5411. Grayscale: #AFAFAF. Windows color (decimal): -6116370 or 15641506. OLE color: 15641506.

HSL color Cylindrical-coordinate representation of color #A2ABEE: hue angle of 232.89º degrees, saturation: 0.69, 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 #A2ABEE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162171238-
CMYK0.320.2800.07
HSL232.89º69.09%78.43%-
HSV(B)232.89º31.93%93.33%-
XYZ44.942.9886.82-
YUV175.95163.02118.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=28.37%
G=29.95%
B=41.68%

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
Decimal1621712380.320.2800.07232.8969.0978.43
HexA2ABEE201C07e9454e
Octal242253356403407351105116
Binary1010001010101011111011101000001110001111110100110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABEE; }

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

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

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

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

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

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

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

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