#A2A7E6

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

Shades of Perano #A2A7E6

Tints of Perano #A2A7E6

Color information

#A2A7E6 (or 0xA2A7E6) is unknown color: approx Perano. HEX triplet: A2, A7 and E6. RGB value is (162,167,230). Sum of RGB (Red+Green+Blue) = 162+167+230=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #A2A7E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A7E6 is #5D5819. Grayscale: #ACACAC. Windows color (decimal): -6117402 or 15116194. OLE color: 15116194.

HSL color Cylindrical-coordinate representation of color #A2A7E6: hue angle of 235.59º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2A7E6 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162167230-
CMYK0.300.2700.10
HSL235.59º57.63%76.86%-
HSV(B)235.59º29.57%90.2%-
XYZ4341.0380.52-
YUV172.69160.34120.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.98%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 230 (90.23% from 255) = 41.14%
R=28.98%
G=29.87%
B=41.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621672300.300.2700.10235.5957.6376.86
HexA2A7E61E1B0Aec3a4d
Octal242247346363301235472115
Binary101000101010011111100110111101101101010111011001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A7E6; }

 p { color: rgb(162,167,230); }

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

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

 a { background-color: rgb(162,167,230); }

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

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

 span { border-color: rgb(162,167,230); }

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