#A2A5E5

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

Shades of Perano #A2A5E5

Tints of Perano #A2A5E5

Color information

#A2A5E5 (or 0xA2A5E5) is unknown color: approx Perano. HEX triplet: A2, A5 and E5. RGB value is (162,165,229). Sum of RGB (Red+Green+Blue) = 162+165+229=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2A5E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A5E5 is #5D5A1A. Grayscale: #ABABAB. Windows color (decimal): -6117915 or 15050146. OLE color: 15050146.

HSL color Cylindrical-coordinate representation of color #A2A5E5: hue angle of 237.31º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2A5E5 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162165229-
CMYK0.290.2800.10
HSL237.31º56.3%76.67%-
HSV(B)237.31º29.26%89.8%-
XYZ42.540.2579.66-
YUV171.4160.51121.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.14%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 229 (89.84% from 255) = 41.19%
R=29.14%
G=29.68%
B=41.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621652290.290.2800.10237.3156.376.67
HexA2A5E51D1C0Aed384d
Octal242245345353401235570115
Binary101000101010010111100101111011110001010111011011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A5E5; }

 p { color: rgb(162,165,229); }

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

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

 a { background-color: rgb(162,165,229); }

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

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

 span { border-color: rgb(162,165,229); }

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