#A4AAED

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

Shades of Perano #A4AAED

Tints of Perano #A4AAED

Color information

#A4AAED (or 0xA4AAED) is unknown color: approx Perano. HEX triplet: A4, AA and ED. RGB value is (164,170,237). Sum of RGB (Red+Green+Blue) = 164+170+237=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AAED is #5B5512. Grayscale: #AFAFAF. Windows color (decimal): -5985555 or 15575716. OLE color: 15575716.

HSL color Cylindrical-coordinate representation of color #A4AAED: hue angle of 235.07º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4AAED is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164170237-
CMYK0.310.2800.07
HSL235.07º66.97%78.63%-
HSV(B)235.07º30.8%92.94%-
XYZ44.9742.7686-
YUV175.84162.51119.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=28.72%
G=29.77%
B=41.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641702370.310.2800.07235.0766.9778.63
HexA4AAED1F1C07eb434f
Octal244252355373407353103117
Binary101001001010101011101101111111110001111110101110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAED; }

 p { color: rgb(164,170,237); }

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

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

 a { background-color: rgb(164,170,237); }

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

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

 span { border-color: rgb(164,170,237); }

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