#A6AAFF

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

Shades of Perano #A6AAFF

Tints of Perano #A6AAFF

Color information

#A6AAFF (or 0xA6AAFF) is unknown color: approx Perano. HEX triplet: A6, AA and FF. RGB value is (166,170,255). Sum of RGB (Red+Green+Blue) = 166+170+255=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAFF is #595500. Grayscale: #B2B2B2. Windows color (decimal): -5854465 or 16755366. OLE color: 16755366.

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

Color convert

RGB166170255-
CMYK0.350.3300
HSL237.3º100%82.55%-
HSV(B)237.3º34.9%100%-
XYZ48.1544.08100.58-
YUV178.49171.17119.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 255 (100% from 255) = 43.15%
R=28.09%
G=28.76%
B=43.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661702550.350.3300237.310082.55
HexA6AAFF232100ed6453
Octal246252377434100355144123
Binary101001101010101011111111100011100001001110110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAFF; }

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

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

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

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

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

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

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

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