#A2A9EB

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

Shades of Perano #A2A9EB

Tints of Perano #A2A9EB

Color information

#A2A9EB (or 0xA2A9EB) is unknown color: approx Perano. HEX triplet: A2, A9 and EB. RGB value is (162,169,235). Sum of RGB (Red+Green+Blue) = 162+169+235=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2A9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A9EB is #5D5614. Grayscale: #AEAEAE. Windows color (decimal): -6116885 or 15444386. OLE color: 15444386.

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

Color convert

RGB162169235-
CMYK0.310.2800.08
HSL234.25º64.6%77.84%-
HSV(B)234.25º31.06%92.16%-
XYZ44.0842.0684.39-
YUV174.43162.18119.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.62%
GREEN value IS 169 (66.41% from 255) = 29.86%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=28.62%
G=29.86%
B=41.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621692350.310.2800.08234.2564.677.84
HexA2A9EB1F1C08ea414e
Octal2422513533734010352101116
Binary1010001010101001111010111111111100010001110101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A9EB; }

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

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

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

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

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

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

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

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