#A7AEE0

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

Shades of Perano #A7AEE0

Tints of Perano #A7AEE0

Color information

#A7AEE0 (or 0xA7AEE0) is unknown color: approx Perano. HEX triplet: A7, AE and E0. RGB value is (167,174,224). Sum of RGB (Red+Green+Blue) = 167+174+224=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #A7AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AEE0 is #58511F. Grayscale: #B1B1B1. Windows color (decimal): -5787936 or 14724775. OLE color: 14724775.

HSL color Cylindrical-coordinate representation of color #A7AEE0: hue angle of 232.63º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7AEE0 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167174224-
CMYK0.250.2200.12
HSL232.63º47.9%76.67%-
HSV(B)232.63º25.45%87.84%-
XYZ44.5343.8776.64-
YUV177.61154.18120.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.56%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 224 (87.89% from 255) = 39.65%
R=29.56%
G=30.80%
B=39.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671742240.250.2200.12232.6347.976.67
HexA7AEE019160Ce9304d
Octal247256340312601435160115
Binary101001111010111011100000110011011001100111010011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEE0; }

 p { color: rgb(167,174,224); }

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

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

 a { background-color: rgb(167,174,224); }

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

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

 span { border-color: rgb(167,174,224); }

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