Html Css Color HEX #ADAADD Wistful

📋 copy color: '#ADAADD'

red 173 ◦ green 170 ◦ blue 221

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

Shades of Wistful #ADAADD

Tints of Wistful #ADAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.14%

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

R = 30.67%
G = 30.14%
B = 39.18%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADAADD (or 0xADAADD) is known color: Wistful. HEX triplet: AD, AA and DD. RGB value is (173,170,221). Sum of RGB (Red+Green+Blue) = 173+170+221=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAADD is #525522. Grayscale: #B0B0B0. Windows color (decimal): -5395747 or 14527149. OLE color: 14527149.

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

Color convert

RGB 173 170 221 -
CMYK 0.22 0.23 0 0.13
HSL 243.53º 0.43% 0.77% -
HSV(B) 243.53º 0.23% 0.87% -
XYZ 44.66 42.85 74.32 -
YUV 176.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 173 170 221 0.22 0.23 0 0.13 243.53 0.43 0.77
Hex AD AA DD 16 17 0 D F4 2B 4D
Octal 255 252 335 26 27 0 15 364 53 115
Binary 10101101 10101010 11011101 10110 10111 0 1101 11110100 101011 1001101

Color Harmonies of #ADAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAADD

Black with #ADAADD

Text Example


Text Example

White with #ADAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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