#A6ADEE

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

Shades of Perano #A6ADEE

Tints of Perano #A6ADEE

Color information

#A6ADEE (or 0xA6ADEE) is unknown color: approx Perano. HEX triplet: A6, AD and EE. RGB value is (166,173,238). Sum of RGB (Red+Green+Blue) = 166+173+238=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADEE is #595211. Grayscale: #B2B2B2. Windows color (decimal): -5853714 or 15642022. OLE color: 15642022.

HSL color Cylindrical-coordinate representation of color #A6ADEE: hue angle of 234.17º degrees, saturation: 0.68, 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 #A6ADEE is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166173238-
CMYK0.300.2700.07
HSL234.17º67.92%79.22%-
HSV(B)234.17º30.25%93.33%-
XYZ46.144.1786.98-
YUV178.32161.68119.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=28.77%
G=29.98%
B=41.25%

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
Decimal1661732380.300.2700.07234.1767.9279.22
HexA6ADEE1E1B07ea444f
Octal246255356363307352104117
Binary101001101010110111101110111101101101111110101010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADEE; }

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

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

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

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

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

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

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

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