#A1A2EB

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

Shades of Perano #A1A2EB

Tints of Perano #A1A2EB

Color information

#A1A2EB (or 0xA1A2EB) is unknown color: approx Perano. HEX triplet: A1, A2 and EB. RGB value is (161,162,235). Sum of RGB (Red+Green+Blue) = 161+162+235=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A2EB is #5E5D14. Grayscale: #A9A9A9. Windows color (decimal): -6184213 or 15442593. OLE color: 15442593.

HSL color Cylindrical-coordinate representation of color #A1A2EB: hue angle of 239.19º 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 #A1A2EB is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161162235-
CMYK0.310.3100.08
HSL239.19º64.91%77.65%-
HSV(B)239.19º31.49%92.16%-
XYZ42.6139.4283.96-
YUV170.02164.67121.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.85%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=28.85%
G=29.03%
B=42.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611622350.310.3100.08239.1964.9177.65
HexA1A2EB1F1F08ef414e
Octal2412423533737010357101116
Binary1010000110100010111010111111111111010001110111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A2EB; }

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

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

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

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

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

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

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

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