Html Css Color HEX #ADA6CF Wistful

📋 copy color: '#ADA6CF'

red 173 ◦ green 166 ◦ blue 207

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

Shades of Wistful #ADA6CF

Tints of Wistful #ADA6CF

RGB

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

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

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

R = 31.68%
G = 30.4%
B = 37.91%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADA6CF (or 0xADA6CF) is known color: Wistful. HEX triplet: AD, A6 and CF. RGB value is (173,166,207). Sum of RGB (Red+Green+Blue) = 173+166+207=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6CF is #525930. Grayscale: #ACACAC. Windows color (decimal): -5396785 or 13608621. OLE color: 13608621.

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

Color convert

RGB 173 166 207 -
CMYK 0.16 0.20 0 0.19
HSL 250.24º 0.3% 0.73% -
HSV(B) 250.24º 0.2% 0.81% -
XYZ 42.13 40.66 64.66 -
YUV 172.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 173 166 207 0.16 0.20 0 0.19 250.24 0.3 0.73
Hex AD A6 CF 10 14 0 13 FA 1E 49
Octal 255 246 317 20 24 0 23 372 36 111
Binary 10101101 10100110 11001111 10000 10100 0 10011 11111010 11110 1001001

Color Harmonies of #ADA6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6CF

Black with #ADA6CF

Text Example


Text Example

White with #ADA6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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