Html Css Color HEX #ADA6DD Wistful

📋 copy color: '#ADA6DD'

red 173 ◦ green 166 ◦ blue 221

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

Shades of Wistful #ADA6DD

Tints of Wistful #ADA6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 30.89%
G = 29.64%
B = 39.46%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADA6DD (or 0xADA6DD) is known color: Wistful. HEX triplet: AD, A6 and DD. RGB value is (173,166,221). Sum of RGB (Red+Green+Blue) = 173+166+221=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADA6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6DD is #525922. Grayscale: #AEAEAE. Windows color (decimal): -5396771 or 14526125. OLE color: 14526125.

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

Color convert

RGB 173 166 221 -
CMYK 0.22 0.25 0 0.13
HSL 247.64º 0.45% 0.76% -
HSV(B) 247.64º 0.25% 0.87% -
XYZ 43.92 41.38 74.08 -
YUV 174.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 173 166 221 0.22 0.25 0 0.13 247.64 0.45 0.76
Hex AD A6 DD 16 19 0 D F8 2D 4C
Octal 255 246 335 26 31 0 15 370 55 114
Binary 10101101 10100110 11011101 10110 11001 0 1101 11111000 101101 1001100

Color Harmonies of #ADA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6DD

Black with #ADA6DD

Text Example


Text Example

White with #ADA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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