#A7AAEA

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

Shades of Perano #A7AAEA

Tints of Perano #A7AAEA

Color information

#A7AAEA (or 0xA7AAEA) is unknown color: approx Perano. HEX triplet: A7, AA and EA. RGB value is (167,170,234). Sum of RGB (Red+Green+Blue) = 167+170+234=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AAEA is #585515. Grayscale: #B0B0B0. Windows color (decimal): -5788950 or 15379111. OLE color: 15379111.

HSL color Cylindrical-coordinate representation of color #A7AAEA: hue angle of 237.31º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7AAEA is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167170234-
CMYK0.290.2700.08
HSL237.31º61.47%78.63%-
HSV(B)237.31º28.63%91.76%-
XYZ45.1642.9183.74-
YUV176.4160.51121.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=29.25%
G=29.77%
B=40.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671702340.290.2700.08237.3161.4778.63
HexA7AAEA1D1B08ed3d4f
Octal247252352353301035575117
Binary101001111010101011101010111011101101000111011011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AAEA; }

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

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

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

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

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

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

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

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