#ADA4E5

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

Shades of Wistful #ADA4E5

Tints of Wistful #ADA4E5

Color information

#ADA4E5 (or 0xADA4E5) is unknown color: approx Wistful. HEX triplet: AD, A4 and E5. RGB value is (173,164,229). Sum of RGB (Red+Green+Blue) = 173+164+229=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADA4E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4E5 is #525B1A. Grayscale: #ADADAD. Windows color (decimal): -5397275 or 15049901. OLE color: 15049901.

HSL color Cylindrical-coordinate representation of color #ADA4E5: hue angle of 248.31º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA4E5 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173164229-
CMYK0.240.2800.10
HSL248.31º55.56%77.06%-
HSV(B)248.31º28.38%89.8%-
XYZ44.6541.0979.71-
YUV174.1158.98127.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 229 (89.84% from 255) = 40.46%
R=30.57%
G=28.98%
B=40.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731642290.240.2800.10248.3155.5677.06
HexADA4E5181C0Af8384d
Octal255244345303401237070115
Binary101011011010010011100101110001110001010111110001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4E5; }

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

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

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

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

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

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

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

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