#A4AADE

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

Shades of Perano #A4AADE

Tints of Perano #A4AADE

Color information

#A4AADE (or 0xA4AADE) is unknown color: approx Perano. HEX triplet: A4, AA and DE. RGB value is (164,170,222). Sum of RGB (Red+Green+Blue) = 164+170+222=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AADE is #5B5521. Grayscale: #ADADAD. Windows color (decimal): -5985570 or 14592676. OLE color: 14592676.

HSL color Cylindrical-coordinate representation of color #A4AADE: hue angle of 233.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4AADE is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164170222-
CMYK0.260.2300.13
HSL233.79º46.77%75.69%-
HSV(B)233.79º26.13%87.06%-
XYZ42.8741.9274.94-
YUV174.13155.01120.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=29.50%
G=30.58%
B=39.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641702220.260.2300.13233.7946.7775.69
HexA4AADE1A170Dea2f4c
Octal244252336322701535257114
Binary101001001010101011011110110101011101101111010101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AADE; }

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

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

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

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

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

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

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

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