Html Css Color HEX #AD8C93 Viola

📋 copy color: '#AD8C93'

red 173 ◦ green 140 ◦ blue 147

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

Shades of Viola #AD8C93

Tints of Viola #AD8C93

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 37.61%
G = 30.43%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD8C93 (or 0xAD8C93) is known color: Viola. HEX triplet: AD, 8C and 93. RGB value is (173,140,147). Sum of RGB (Red+Green+Blue) = 173+140+147=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C93 is #52736C. Grayscale: #969696. Windows color (decimal): -5403501 or 9669805. OLE color: 9669805.

HSL color Cylindrical-coordinate representation of color #AD8C93: hue angle of 347.27º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD8C93 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 147 -
CMYK 0 0.19 0.15 0.32
HSL 347.27º 0.17% 0.61% -
HSV(B) 347.27º 0.19% 0.68% -
XYZ 31.88 29.75 31.67 -
YUV 150.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 173 140 147 0 0.19 0.15 0.32 347.27 0.17 0.61
Hex AD 8C 93 0 13 F 20 15B 11 3D
Octal 255 214 223 0 23 17 40 533 21 75
Binary 10101101 10001100 10010011 0 10011 1111 100000 101011011 10001 111101

Color Harmonies of #AD8C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C93

Black with #AD8C93

Text Example


Text Example

White with #AD8C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C93; }

 p { color: rgb(173,140,147); }

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

background-color css

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

 a { background-color: rgb(173,140,147); }

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

border-color css

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

 span { border-color: rgb(173,140,147); }

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