#ADA6ED

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

Shades of Perano #ADA6ED

Tints of Perano #ADA6ED

Color information

#ADA6ED (or 0xADA6ED) is unknown color: approx Perano. HEX triplet: AD, A6 and ED. RGB value is (173,166,237). Sum of RGB (Red+Green+Blue) = 173+166+237=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 166 (65.23% from 255 or 28.82% 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 #ADA6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA6ED is #525912. Grayscale: #AFAFAF. Windows color (decimal): -5396755 or 15574701. OLE color: 15574701.

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

Color convert

RGB173166237-
CMYK0.270.3000.07
HSL245.92º66.36%79.02%-
HSV(B)245.92º29.96%92.94%-
XYZ46.1642.2785.85-
YUV176.19162.32125.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731662370.270.3000.07245.9266.3679.02
HexADA6ED1B1E07f6424f
Octal255246355333607366102117
Binary101011011010011011101101110111111001111111011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6ED; }

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

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

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

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

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

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

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

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