#A4AAFF

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

Shades of Perano #A4AAFF

Tints of Perano #A4AAFF

Color information

#A4AAFF (or 0xA4AAFF) is unknown color: approx Perano. HEX triplet: A4, AA and FF. RGB value is (164,170,255). Sum of RGB (Red+Green+Blue) = 164+170+255=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AAFF is #5B5500. Grayscale: #B1B1B1. Windows color (decimal): -5985537 or 16755364. OLE color: 16755364.

HSL color Cylindrical-coordinate representation of color #A4AAFF: hue angle of 236.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4AAFF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164170255-
CMYK0.360.3300
HSL236.04º100%82.16%-
HSV(B)236.04º35.69%100%-
XYZ47.7343.86100.56-
YUV177.9171.51118.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.84%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 255 (100% from 255) = 43.29%
R=27.84%
G=28.86%
B=43.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641702550.360.3300236.0410082.16
HexA4AAFF242100ec6452
Octal244252377444100354144122
Binary101001001010101011111111100100100001001110110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAFF; }

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

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

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

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

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

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

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

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