Html Css Color HEX #ADA7CF Wistful

📋 copy color: '#ADA7CF'

red 173 ◦ green 167 ◦ blue 207

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

Shades of Wistful #ADA7CF

Tints of Wistful #ADA7CF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.53%

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 31.63%
G = 30.53%
B = 37.84%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADA7CF (or 0xADA7CF) is known color: Wistful. HEX triplet: AD, A7 and CF. RGB value is (173,167,207). Sum of RGB (Red+Green+Blue) = 173+167+207=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA7CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7CF is #525830. Grayscale: #ADADAD. Windows color (decimal): -5396529 or 13608877. OLE color: 13608877.

HSL color Cylindrical-coordinate representation of color #ADA7CF: hue angle of 249º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA7CF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 167 207 -
CMYK 0.16 0.19 0 0.19
HSL 249º 0.29% 0.73% -
HSV(B) 249º 0.19% 0.81% -
XYZ 42.31 41.03 64.72 -
YUV 173.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 173 167 207 0.16 0.19 0 0.19 249 0.29 0.73
Hex AD A7 CF 10 13 0 13 F9 1D 49
Octal 255 247 317 20 23 0 23 371 35 111
Binary 10101101 10100111 11001111 10000 10011 0 10011 11111001 11101 1001001

Color Harmonies of #ADA7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA7CF

Black with #ADA7CF

Text Example


Text Example

White with #ADA7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA7CF; }

 p { color: rgb(173,167,207); }

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

background-color css

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

 a { background-color: rgb(173,167,207); }

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

border-color css

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

 span { border-color: rgb(173,167,207); }

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