#A2A4EB

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

Shades of Perano #A2A4EB

Tints of Perano #A2A4EB

Color information

#A2A4EB (or 0xA2A4EB) is unknown color: approx Perano. HEX triplet: A2, A4 and EB. RGB value is (162,164,235). Sum of RGB (Red+Green+Blue) = 162+164+235=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A4EB is #5D5B14. Grayscale: #ABABAB. Windows color (decimal): -6118165 or 15443106. OLE color: 15443106.

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

Color convert

RGB162164235-
CMYK0.310.3000.08
HSL238.36º64.6%77.84%-
HSV(B)238.36º31.06%92.16%-
XYZ43.1740.2384.09-
YUV171.5163.84121.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=28.88%
G=29.23%
B=41.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621642350.310.3000.08238.3664.677.84
HexA2A4EB1F1E08ee414e
Octal2422443533736010356101116
Binary1010001010100100111010111111111110010001110111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A4EB; }

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

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

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

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

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

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

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

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