#A7AAE9

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

Shades of Perano #A7AAE9

Tints of Perano #A7AAE9

Color information

#A7AAE9 (or 0xA7AAE9) is unknown color: approx Perano. HEX triplet: A7, AA and E9. RGB value is (167,170,233). Sum of RGB (Red+Green+Blue) = 167+170+233=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #A7AAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AAE9 is #585516. Grayscale: #B0B0B0. Windows color (decimal): -5788951 or 15313575. OLE color: 15313575.

HSL color Cylindrical-coordinate representation of color #A7AAE9: hue angle of 237.27º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7AAE9 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167170233-
CMYK0.280.2700.09
HSL237.27º60%78.43%-
HSV(B)237.27º28.33%91.37%-
XYZ45.0242.8582.99-
YUV176.28160.01121.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.30%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 233 (91.41% from 255) = 40.88%
R=29.30%
G=29.82%
B=40.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671702330.280.2700.09237.276078.43
HexA7AAE91C1B09ed3c4e
Octal247252351343301135574116
Binary101001111010101011101001111001101101001111011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AAE9; }

 p { color: rgb(167,170,233); }

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

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

 a { background-color: rgb(167,170,233); }

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

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

 span { border-color: rgb(167,170,233); }

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