#ADA9E2

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

Shades of Wistful #ADA9E2

Tints of Wistful #ADA9E2

Color information

#ADA9E2 (or 0xADA9E2) is unknown color: approx Wistful. HEX triplet: AD, A9 and E2. RGB value is (173,169,226). Sum of RGB (Red+Green+Blue) = 173+169+226=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADA9E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9E2 is #52561D. Grayscale: #B0B0B0. Windows color (decimal): -5395998 or 14854573. OLE color: 14854573.

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

Color convert

RGB173169226-
CMYK0.230.2500.11
HSL244.21º49.57%77.45%-
HSV(B)244.21º25.22%88.63%-
XYZ45.1542.7577.82-
YUV176.69155.83125.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 226 (88.67% from 255) = 39.79%
R=30.46%
G=29.75%
B=39.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731692260.230.2500.11244.2149.5777.45
HexADA9E217190Bf4324d
Octal255251342273101336462115
Binary101011011010100111100010101111100101011111101001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9E2; }

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

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

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

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

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

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

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

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