Html Css Color HEX #ADA3DC Wistful

📋 copy color: '#ADA3DC'

red 173 ◦ green 163 ◦ blue 220

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

Shades of Wistful #ADA3DC

Tints of Wistful #ADA3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 31.12%
G = 29.32%
B = 39.57%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADA3DC (or 0xADA3DC) is known color: Wistful. HEX triplet: AD, A3 and DC. RGB value is (173,163,220). Sum of RGB (Red+Green+Blue) = 173+163+220=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3DC is #525C23. Grayscale: #ACACAC. Windows color (decimal): -5397540 or 14459821. OLE color: 14459821.

HSL color Cylindrical-coordinate representation of color #ADA3DC: hue angle of 250.53º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA3DC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 163 220 -
CMYK 0.21 0.26 0 0.14
HSL 250.53º 0.45% 0.75% -
HSV(B) 250.53º 0.26% 0.86% -
XYZ 43.25 40.25 73.2 -
YUV 172.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 173 163 220 0.21 0.26 0 0.14 250.53 0.45 0.75
Hex AD A3 DC 15 1A 0 E FB 2D 4B
Octal 255 243 334 25 32 0 16 373 55 113
Binary 10101101 10100011 11011100 10101 11010 0 1110 11111011 101101 1001011

Color Harmonies of #ADA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA3DC

Black with #ADA3DC

Text Example


Text Example

White with #ADA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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