Html Css Color HEX #ADA6D6 Wistful

📋 copy color: '#ADA6D6'

red 173 ◦ green 166 ◦ blue 214

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

Shades of Wistful #ADA6D6

Tints of Wistful #ADA6D6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.02%

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 31.28%
G = 30.02%
B = 38.7%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADA6D6 (or 0xADA6D6) is known color: Wistful. HEX triplet: AD, A6 and D6. RGB value is (173,166,214). Sum of RGB (Red+Green+Blue) = 173+166+214=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADA6D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6D6 is #525929. Grayscale: #ADADAD. Windows color (decimal): -5396778 or 14067373. OLE color: 14067373.

HSL color Cylindrical-coordinate representation of color #ADA6D6: hue angle of 248.75º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA6D6 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 166 214 -
CMYK 0.19 0.22 0 0.16
HSL 248.75º 0.37% 0.75% -
HSV(B) 248.75º 0.22% 0.84% -
XYZ 43.01 41.01 69.27 -
YUV 173.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 173 166 214 0.19 0.22 0 0.16 248.75 0.37 0.75
Hex AD A6 D6 13 16 0 10 F9 25 4B
Octal 255 246 326 23 26 0 20 371 45 113
Binary 10101101 10100110 11010110 10011 10110 0 10000 11111001 100101 1001011

Color Harmonies of #ADA6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6D6

Black with #ADA6D6

Text Example


Text Example

White with #ADA6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6D6; }

 p { color: rgb(173,166,214); }

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

background-color css

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

 a { background-color: rgb(173,166,214); }

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

border-color css

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

 span { border-color: rgb(173,166,214); }

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