#ADA9E0

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

Shades of Wistful #ADA9E0

Tints of Wistful #ADA9E0

Color information

#ADA9E0 (or 0xADA9E0) is unknown color: approx Wistful. HEX triplet: AD, A9 and E0. RGB value is (173,169,224). Sum of RGB (Red+Green+Blue) = 173+169+224=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADA9E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9E0 is #52561F. Grayscale: #B0B0B0. Windows color (decimal): -5396000 or 14723501. OLE color: 14723501.

HSL color Cylindrical-coordinate representation of color #ADA9E0: hue angle of 244.36º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA9E0 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173169224-
CMYK0.230.2500.12
HSL244.36º47.01%77.06%-
HSV(B)244.36º24.55%87.84%-
XYZ44.8842.6476.39-
YUV176.47154.83125.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 169 (66.41% from 255) = 29.86%
BLUE value IS 224 (87.89% from 255) = 39.58%
R=30.57%
G=29.86%
B=39.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731692240.230.2500.12244.3647.0177.06
HexADA9E017190Cf42f4d
Octal255251340273101436457115
Binary101011011010100111100000101111100101100111101001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9E0; }

 p { color: rgb(173,169,224); }

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

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

 a { background-color: rgb(173,169,224); }

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

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

 span { border-color: rgb(173,169,224); }

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