#ADA5EA

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

Shades of Wistful #ADA5EA

Tints of Wistful #ADA5EA

Color information

#ADA5EA (or 0xADA5EA) is unknown color: approx Wistful. HEX triplet: AD, A5 and EA. RGB value is (173,165,234). Sum of RGB (Red+Green+Blue) = 173+165+234=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA5EA is #525A15. Grayscale: #AEAEAE. Windows color (decimal): -5397014 or 15377837. OLE color: 15377837.

HSL color Cylindrical-coordinate representation of color #ADA5EA: hue angle of 246.96º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA5EA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173165234-
CMYK0.260.2900.08
HSL246.96º62.16%78.24%-
HSV(B)246.96º29.49%91.76%-
XYZ45.5441.7483.5-
YUV175.26161.15126.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 165 (64.84% from 255) = 28.85%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=30.24%
G=28.85%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731652340.260.2900.08246.9662.1678.24
HexADA5EA1A1D08f73e4e
Octal255245352323501036776116
Binary101011011010010111101010110101110101000111101111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5EA; }

 p { color: rgb(173,165,234); }

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

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

 a { background-color: rgb(173,165,234); }

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

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

 span { border-color: rgb(173,165,234); }

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