#ADA8DC

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

Shades of Wistful #ADA8DC

Tints of Wistful #ADA8DC

Color information

#ADA8DC (or 0xADA8DC) is unknown color: approx Wistful. HEX triplet: AD, A8 and DC. RGB value is (173,168,220). Sum of RGB (Red+Green+Blue) = 173+168+220=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8DC is #525723. Grayscale: #AFAFAF. Windows color (decimal): -5396260 or 14461101. OLE color: 14461101.

HSL color Cylindrical-coordinate representation of color #ADA8DC: hue angle of 245.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADA8DC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173168220-
CMYK0.210.2400.14
HSL245.77º42.62%76.08%-
HSV(B)245.77º23.64%86.27%-
XYZ44.1542.0673.5-
YUV175.42153.16126.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=30.84%
G=29.95%
B=39.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731682200.210.2400.14245.7742.6276.08
HexADA8DC15180Ef62b4c
Octal255250334253001636653114
Binary101011011010100011011100101011100001110111101101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8DC; }

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

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

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

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

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

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

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

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