#ADA8CF

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

Shades of Wistful #ADA8CF

Tints of Wistful #ADA8CF

Color information

#ADA8CF (or 0xADA8CF) is unknown color: approx Wistful. HEX triplet: AD, A8 and CF. RGB value is (173,168,207). Sum of RGB (Red+Green+Blue) = 173+168+207=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8CF is #525730. Grayscale: #ADADAD. Windows color (decimal): -5396273 or 13609133. OLE color: 13609133.

HSL color Cylindrical-coordinate representation of color #ADA8CF: hue angle of 247.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA8CF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173168207-
CMYK0.160.1900.19
HSL247.69º28.89%73.53%-
HSV(B)247.69º18.84%81.18%-
XYZ42.541.3964.78-
YUV173.94146.66127.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 168 (66.02% from 255) = 30.66%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=31.57%
G=30.66%
B=37.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731682070.160.1900.19247.6928.8973.53
HexADA8CF1013013f81d4a
Octal255250317202302337035112
Binary101011011010100011001111100001001101001111111000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8CF; }

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

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

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

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

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

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

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

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