#A2ABEB

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

Shades of Perano #A2ABEB

Tints of Perano #A2ABEB

Color information

#A2ABEB (or 0xA2ABEB) is unknown color: approx Perano. HEX triplet: A2, AB and EB. RGB value is (162,171,235). Sum of RGB (Red+Green+Blue) = 162+171+235=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABEB is #5D5414. Grayscale: #AFAFAF. Windows color (decimal): -6116373 or 15444898. OLE color: 15444898.

HSL color Cylindrical-coordinate representation of color #A2ABEB: hue angle of 232.6º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ABEB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162171235-
CMYK0.310.2700.08
HSL232.6º64.6%77.84%-
HSV(B)232.6º31.06%92.16%-
XYZ44.4642.8184.52-
YUV175.6161.52118.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.52%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=28.52%
G=30.11%
B=41.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621712350.310.2700.08232.664.677.84
HexA2ABEB1F1B08e9414e
Octal2422533533733010351101116
Binary1010001010101011111010111111111011010001110100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABEB; }

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

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

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

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

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

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

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

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