#ADA6F5

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

Shades of Perano #ADA6F5

Tints of Perano #ADA6F5

Color information

#ADA6F5 (or 0xADA6F5) is unknown color: approx Perano. HEX triplet: AD, A6 and F5. RGB value is (173,166,245). Sum of RGB (Red+Green+Blue) = 173+166+245=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADA6F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA6F5 is #52590A. Grayscale: #B0B0B0. Windows color (decimal): -5396747 or 16098989. OLE color: 16098989.

HSL color Cylindrical-coordinate representation of color #ADA6F5: hue angle of 245.32º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA6F5 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173166245-
CMYK0.290.3200.04
HSL245.32º79.8%80.59%-
HSV(B)245.32º32.24%96.08%-
XYZ47.3542.7592.14-
YUV177.1166.32125.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 166 (65.23% from 255) = 28.42%
BLUE value IS 245 (96.09% from 255) = 41.95%
R=29.62%
G=28.42%
B=41.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731662450.290.3200.04245.3279.880.59
HexADA6F51D2004f55051
Octal255246365354004365120121
Binary1010110110100110111101011110110000001001111010110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6F5; }

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

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

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

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

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

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

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

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