#ADA8F6

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

Shades of Perano #ADA8F6

Tints of Perano #ADA8F6

Color information

#ADA8F6 (or 0xADA8F6) is unknown color: approx Perano. HEX triplet: AD, A8 and F6. RGB value is (173,168,246). Sum of RGB (Red+Green+Blue) = 173+168+246=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADA8F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8F6 is #525709. Grayscale: #B2B2B2. Windows color (decimal): -5396234 or 16165037. OLE color: 16165037.

HSL color Cylindrical-coordinate representation of color #ADA8F6: hue angle of 243.85º degrees, saturation: 0.81, 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 #ADA8F6 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173168246-
CMYK0.300.3200.04
HSL243.85º81.25%81.18%-
HSV(B)243.85º31.71%96.47%-
XYZ47.8743.5493.07-
YUV178.39166.16124.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 246 (96.48% from 255) = 41.91%
R=29.47%
G=28.62%
B=41.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731682460.300.3200.04243.8581.2581.18
HexADA8F61E2004f45151
Octal255250366364004364121121
Binary1010110110101000111101101111010000001001111010010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8F6; }

 p { color: rgb(173,168,246); }

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

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

 a { background-color: rgb(173,168,246); }

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

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

 span { border-color: rgb(173,168,246); }

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