#ADAAD4

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

Shades of Wistful #ADAAD4

Tints of Wistful #ADAAD4

Color information

#ADAAD4 (or 0xADAAD4) is unknown color: approx Wistful. HEX triplet: AD, AA and D4. RGB value is (173,170,212). Sum of RGB (Red+Green+Blue) = 173+170+212=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADAAD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAD4 is #52552B. Grayscale: #AFAFAF. Windows color (decimal): -5395756 or 13937325. OLE color: 13937325.

HSL color Cylindrical-coordinate representation of color #ADAAD4: hue angle of 244.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADAAD4 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173170212-
CMYK0.180.2000.17
HSL244.29º32.81%74.9%-
HSV(B)244.29º19.81%83.14%-
XYZ43.4942.3968.18-
YUV175.68148.49126.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=31.17%
G=30.63%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731702120.180.2000.17244.2932.8174.9
HexADAAD41214011f4214b
Octal255252324222402136441113
Binary1010110110101010110101001001010100010001111101001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAD4; }

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

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

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

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

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

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

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

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