#A6ADED

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

Shades of Perano #A6ADED

Tints of Perano #A6ADED

Color information

#A6ADED (or 0xA6ADED) is unknown color: approx Perano. HEX triplet: A6, AD and ED. RGB value is (166,173,237). Sum of RGB (Red+Green+Blue) = 166+173+237=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADED is #595212. Grayscale: #B1B1B1. Windows color (decimal): -5853715 or 15576486. OLE color: 15576486.

HSL color Cylindrical-coordinate representation of color #A6ADED: hue angle of 234.08º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ADED is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166173237-
CMYK0.300.2700.07
HSL234.08º66.36%79.02%-
HSV(B)234.08º29.96%92.94%-
XYZ45.9644.1186.21-
YUV178.2161.18119.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=28.82%
G=30.03%
B=41.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661732370.300.2700.07234.0866.3679.02
HexA6ADED1E1B07ea424f
Octal246255355363307352102117
Binary101001101010110111101101111101101101111110101010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADED; }

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

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

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

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

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

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

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

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