#ADA3E4

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

Shades of Wistful #ADA3E4

Tints of Wistful #ADA3E4

Color information

#ADA3E4 (or 0xADA3E4) is unknown color: approx Wistful. HEX triplet: AD, A3 and E4. RGB value is (173,163,228). Sum of RGB (Red+Green+Blue) = 173+163+228=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADA3E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3E4 is #525C1B. Grayscale: #ADADAD. Windows color (decimal): -5397532 or 14984109. OLE color: 14984109.

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

Color convert

RGB173163228-
CMYK0.240.2900.11
HSL249.23º54.62%76.67%-
HSV(B)249.23º28.51%89.41%-
XYZ44.3340.6878.91-
YUV173.4158.81127.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=30.67%
G=28.90%
B=40.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731632280.240.2900.11249.2354.6276.67
HexADA3E4181D0Bf9374d
Octal255243344303501337167115
Binary101011011010001111100100110001110101011111110011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3E4; }

 p { color: rgb(173,163,228); }

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

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

 a { background-color: rgb(173,163,228); }

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

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

 span { border-color: rgb(173,163,228); }

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