#A6AAFD

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

Shades of Perano #A6AAFD

Tints of Perano #A6AAFD

Color information

#A6AAFD (or 0xA6AAFD) is unknown color: approx Perano. HEX triplet: A6, AA and FD. RGB value is (166,170,253). Sum of RGB (Red+Green+Blue) = 166+170+253=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAFD is #595502. Grayscale: #B1B1B1. Windows color (decimal): -5854467 or 16624294. OLE color: 16624294.

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

Color convert

RGB166170253-
CMYK0.340.3300.01
HSL237.24º95.6%82.16%-
HSV(B)237.24º34.39%99.22%-
XYZ47.8343.9598.89-
YUV178.27170.17119.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.18%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=28.18%
G=28.86%
B=42.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661702530.340.3300.01237.2495.682.16
HexA6AAFD222101ed6052
Octal246252375424101355140122
Binary101001101010101011111101100010100001011110110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAFD; }

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

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

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

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

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

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

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

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