#A6ADFA

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

Shades of Perano #A6ADFA

Tints of Perano #A6ADFA

Color information

#A6ADFA (or 0xA6ADFA) is unknown color: approx Perano. HEX triplet: A6, AD and FA. RGB value is (166,173,250). Sum of RGB (Red+Green+Blue) = 166+173+250=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADFA is #595205. Grayscale: #B3B3B3. Windows color (decimal): -5853702 or 16428454. OLE color: 16428454.

HSL color Cylindrical-coordinate representation of color #A6ADFA: hue angle of 235º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6ADFA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166173250-
CMYK0.340.3100.02
HSL235º89.36%81.57%-
HSV(B)235º33.6%98.04%-
XYZ47.9244.996.58-
YUV179.68167.68118.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.18%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=28.18%
G=29.37%
B=42.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661732500.340.3100.0223589.3681.57
HexA6ADFA221F02eb5952
Octal246255372423702353131122
Binary101001101010110111111010100010111110101110101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADFA; }

 p { color: rgb(166,173,250); }

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

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

 a { background-color: rgb(166,173,250); }

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

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

 span { border-color: rgb(166,173,250); }

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