#ADA4DA

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

Shades of Wistful #ADA4DA

Tints of Wistful #ADA4DA

Color information

#ADA4DA (or 0xADA4DA) is unknown color: approx Wistful. HEX triplet: AD, A4 and DA. RGB value is (173,164,218). Sum of RGB (Red+Green+Blue) = 173+164+218=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADA4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4DA is #525B25. Grayscale: #ACACAC. Windows color (decimal): -5397286 or 14329005. OLE color: 14329005.

HSL color Cylindrical-coordinate representation of color #ADA4DA: hue angle of 250º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA4DA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173164218-
CMYK0.210.2500.15
HSL250º42.19%74.9%-
HSV(B)250º24.77%85.49%-
XYZ43.1640.571.87-
YUV172.85153.48128.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=31.17%
G=29.55%
B=39.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731642180.210.2500.1525042.1974.9
HexADA4DA15190Ffa2a4b
Octal255244332253101737252113
Binary101011011010010011011010101011100101111111110101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4DA; }

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

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

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

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

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

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

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

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