#ADA8CA

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

Shades of Wistful #ADA8CA

Tints of Wistful #ADA8CA

Color information

#ADA8CA (or 0xADA8CA) is unknown color: approx Wistful. HEX triplet: AD, A8 and CA. RGB value is (173,168,202). Sum of RGB (Red+Green+Blue) = 173+168+202=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8CA is #525735. Grayscale: #ADADAD. Windows color (decimal): -5396278 or 13281453. OLE color: 13281453.

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

Color convert

RGB173168202-
CMYK0.140.1700.21
HSL248.82º24.29%72.55%-
HSV(B)248.82º16.83%79.22%-
XYZ41.941.1561.61-
YUV173.37144.16127.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=31.86%
G=30.94%
B=37.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731682020.140.1700.21248.8224.2972.55
HexADA8CAE11015f91849
Octal255250312162102537130111
Binary10101101101010001100101011101000101010111111001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8CA; }

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

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

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

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

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

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

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

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