Html Css Color HEX #ADAADF Wistful

📋 copy color: '#ADAADF'

red 173 ◦ green 170 ◦ blue 223

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

Shades of Wistful #ADAADF

Tints of Wistful #ADAADF

RGB

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

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

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

R = 30.57%
G = 30.04%
B = 39.4%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADAADF (or 0xADAADF) is known color: Wistful. HEX triplet: AD, AA and DF. RGB value is (173,170,223). Sum of RGB (Red+Green+Blue) = 173+170+223=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAADF is #525520. Grayscale: #B0B0B0. Windows color (decimal): -5395745 or 14658221. OLE color: 14658221.

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

Color convert

RGB 173 170 223 -
CMYK 0.22 0.24 0 0.13
HSL 243.4º 0.45% 0.77% -
HSV(B) 243.4º 0.24% 0.87% -
XYZ 44.93 42.96 75.74 -
YUV 176.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 173 170 223 0.22 0.24 0 0.13 243.4 0.45 0.77
Hex AD AA DF 16 18 0 D F3 2D 4D
Octal 255 252 337 26 30 0 15 363 55 115
Binary 10101101 10101010 11011111 10110 11000 0 1101 11110011 101101 1001101

Color Harmonies of #ADAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAADF

Black with #ADAADF

Text Example


Text Example

White with #ADAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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