#ADA4D4

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

Shades of Wistful #ADA4D4

Tints of Wistful #ADA4D4

Color information

#ADA4D4 (or 0xADA4D4) is unknown color: approx Wistful. HEX triplet: AD, A4 and D4. RGB value is (173,164,212). Sum of RGB (Red+Green+Blue) = 173+164+212=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADA4D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4D4 is #525B2B. Grayscale: #ABABAB. Windows color (decimal): -5397292 or 13935789. OLE color: 13935789.

HSL color Cylindrical-coordinate representation of color #ADA4D4: hue angle of 251.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA4D4 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173164212-
CMYK0.180.2300.17
HSL251.25º35.82%73.73%-
HSV(B)251.25º22.64%83.14%-
XYZ42.3940.1967.81-
YUV172.16150.48128.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 212 (83.20% from 255) = 38.62%
R=31.51%
G=29.87%
B=38.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731642120.180.2300.17251.2535.8273.73
HexADA4D41217011fb244a
Octal255244324222702137344112
Binary1010110110100100110101001001010111010001111110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4D4; }

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

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

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

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

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

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

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

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