#ADA5E1

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

Shades of Wistful #ADA5E1

Tints of Wistful #ADA5E1

Color information

#ADA5E1 (or 0xADA5E1) is unknown color: approx Wistful. HEX triplet: AD, A5 and E1. RGB value is (173,165,225). Sum of RGB (Red+Green+Blue) = 173+165+225=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADA5E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5E1 is #525A1E. Grayscale: #AEAEAE. Windows color (decimal): -5397023 or 14788013. OLE color: 14788013.

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

Color convert

RGB173165225-
CMYK0.230.2700.12
HSL248º50%76.47%-
HSV(B)248º26.67%88.24%-
XYZ44.2841.2376.86-
YUV174.23156.65127.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=30.73%
G=29.31%
B=39.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731652250.230.2700.122485076.47
HexADA5E1171B0Cf8324c
Octal255245341273301437062114
Binary101011011010010111100001101111101101100111110001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5E1; }

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

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

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

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

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

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

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

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