#ADA5CF

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

Shades of Wistful #ADA5CF

Tints of Wistful #ADA5CF

Color information

#ADA5CF (or 0xADA5CF) is unknown color: approx Wistful. HEX triplet: AD, A5 and CF. RGB value is (173,165,207). Sum of RGB (Red+Green+Blue) = 173+165+207=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5CF is #525A30. Grayscale: #ACACAC. Windows color (decimal): -5397041 or 13608365. OLE color: 13608365.

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

Color convert

RGB173165207-
CMYK0.160.2000.19
HSL251.43º30.43%72.94%-
HSV(B)251.43º20.29%81.18%-
XYZ41.9540.364.6-
YUV172.18147.65128.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=31.74%
G=30.28%
B=37.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731652070.160.2000.19251.4330.4372.94
HexADA5CF1014013fb1e49
Octal255245317202402337336111
Binary101011011010010111001111100001010001001111111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5CF; }

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

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

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

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

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

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

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

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