#ada3e3

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

Shades of Wistful #ADA3E3

Tints of Wistful #ADA3E3

Color information

#ADA3E3 (or 0xADA3E3) is unknown color: approx Wistful. HEX triplet: AD, A3 and E3. RGB value is (173,163,227). Sum of RGB (Red+Green+Blue) = 173+163+227=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADA3E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3E3 is #525C1C. Grayscale: #ADADAD. Windows color (decimal): -5397533 or 14918573. OLE color: 14918573.

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

Color convert

RGB173163227-
CMYK0.240.2800.11
HSL249.38º53.33%76.47%-
HSV(B)249.38º28.19%89.02%-
XYZ44.240.6278.19-
YUV173.29158.31127.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 227 (89.06% from 255) = 40.32%
R=30.73%
G=28.95%
B=40.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731632270.240.2800.11249.3853.3376.47
HexADA3E3181C0Bf9354c
Octal255243343303401337165114
Binary101011011010001111100011110001110001011111110011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ada3e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ada3e3; }

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

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

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

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

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

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

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

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