Html Css Color HEX #ADA3DF Wistful

📋 copy color: '#ADA3DF'

red 173 ◦ green 163 ◦ blue 223

#ADA3DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #ADA3DF

Tints of Wistful #ADA3DF

RGB

 RED value IS 173 (67.97% from 255) = 30.95%

 GREEN value IS 163 (64.06% from 255) = 29.16%

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 30.95%
G = 29.16%
B = 39.89%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADA3DF (or 0xADA3DF) is known color: Wistful. HEX triplet: AD, A3 and DF. RGB value is (173,163,223). Sum of RGB (Red+Green+Blue) = 173+163+223=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADA3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3DF is #525C20. Grayscale: #ACACAC. Windows color (decimal): -5397537 or 14656429. OLE color: 14656429.

HSL color Cylindrical-coordinate representation of color #ADA3DF: hue angle of 250º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA3DF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 163 223 -
CMYK 0.22 0.27 0 0.13
HSL 250º 0.48% 0.76% -
HSV(B) 250º 0.27% 0.87% -
XYZ 43.65 40.41 75.31 -
YUV 172.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 173 163 223 0.22 0.27 0 0.13 250 0.48 0.76
Hex AD A3 DF 16 1B 0 D FA 30 4C
Octal 255 243 337 26 33 0 15 372 60 114
Binary 10101101 10100011 11011111 10110 11011 0 1101 11111010 110000 1001100

Color Harmonies of #ADA3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA3DF

Black with #ADA3DF

Text Example


Text Example

White with #ADA3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA3DF; }

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

 H1.HeaderClassName
 {
   color: #ADA3DF;
 }
 .AnyTagClassName
 {
   color: #ADA3DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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