#A4AAEF

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

Shades of Perano #A4AAEF

Tints of Perano #A4AAEF

Color information

#A4AAEF (or 0xA4AAEF) is unknown color: approx Perano. HEX triplet: A4, AA and EF. RGB value is (164,170,239). Sum of RGB (Red+Green+Blue) = 164+170+239=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4AAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AAEF is #5B5510. Grayscale: #AFAFAF. Windows color (decimal): -5985553 or 15706788. OLE color: 15706788.

HSL color Cylindrical-coordinate representation of color #A4AAEF: hue angle of 235.2º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4AAEF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164170239-
CMYK0.310.2900.06
HSL235.2º70.09%79.02%-
HSV(B)235.2º31.38%93.73%-
XYZ45.2642.8787.55-
YUV176.07163.51119.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.62%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=28.62%
G=29.67%
B=41.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1641702390.310.2900.06235.270.0979.02
HexA4AAEF1F1D06eb464f
Octal244252357373506353106117
Binary101001001010101011101111111111110101101110101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAEF; }

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

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

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

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

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

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

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

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