Html Css Color HEX #ADAACC Wistful

📋 copy color: '#ADAACC'

red 173 ◦ green 170 ◦ blue 204

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

Shades of Wistful #ADAACC

Tints of Wistful #ADAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 31.63%
G = 31.08%
B = 37.29%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADAACC (or 0xADAACC) is known color: Wistful. HEX triplet: AD, AA and CC. RGB value is (173,170,204). Sum of RGB (Red+Green+Blue) = 173+170+204=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAACC is #525533. Grayscale: #AEAEAE. Windows color (decimal): -5395764 or 13413037. OLE color: 13413037.

HSL color Cylindrical-coordinate representation of color #ADAACC: hue angle of 245.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADAACC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 170 204 -
CMYK 0.15 0.17 0 0.2
HSL 245.29º 0.25% 0.73% -
HSV(B) 245.29º 0.17% 0.8% -
XYZ 42.51 41.99 62.99 -
YUV 174.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 173 170 204 0.15 0.17 0 0.2 245.29 0.25 0.73
Hex AD AA CC F 11 0 14 F5 19 49
Octal 255 252 314 17 21 0 24 365 31 111
Binary 10101101 10101010 11001100 1111 10001 0 10100 11110101 11001 1001001

Color Harmonies of #ADAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAACC

Black with #ADAACC

Text Example


Text Example

White with #ADAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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