#ADAACF

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

Shades of Wistful #ADAACF

Tints of Wistful #ADAACF

Color information

#ADAACF (or 0xADAACF) is unknown color: approx Wistful. HEX triplet: AD, AA and CF. RGB value is (173,170,207). Sum of RGB (Red+Green+Blue) = 173+170+207=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADAACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAACF is #525530. Grayscale: #AEAEAE. Windows color (decimal): -5395761 or 13609645. OLE color: 13609645.

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

Color convert

RGB173170207-
CMYK0.160.1800.19
HSL244.86º27.82%73.92%-
HSV(B)244.86º17.87%81.18%-
XYZ42.8742.1464.91-
YUV175.12145.99126.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=31.45%
G=30.91%
B=37.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731702070.160.1800.19244.8627.8273.92
HexADAACF1012013f51c4a
Octal255252317202202336534112
Binary101011011010101011001111100001001001001111110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAACF; }

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

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

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

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

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

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

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

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