Html Css Color HEX #AD9195 Viola

📋 copy color: '#AD9195'

red 173 ◦ green 145 ◦ blue 149

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

Shades of Viola #AD9195

Tints of Viola #AD9195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.05%

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 37.04%
G = 31.05%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD9195 (or 0xAD9195) is known color: Viola. HEX triplet: AD, 91 and 95. RGB value is (173,145,149). Sum of RGB (Red+Green+Blue) = 173+145+149=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9195 is #526E6A. Grayscale: #999999. Windows color (decimal): -5402219 or 9802157. OLE color: 9802157.

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

Color convert

RGB 173 145 149 -
CMYK 0 0.16 0.14 0.32
HSL 351.43º 0.15% 0.62% -
HSV(B) 351.43º 0.16% 0.68% -
XYZ 32.78 31.3 32.75 -
YUV 153.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 173 145 149 0 0.16 0.14 0.32 351.43 0.15 0.62
Hex AD 91 95 0 10 E 20 15F F 3E
Octal 255 221 225 0 20 16 40 537 17 76
Binary 10101101 10010001 10010101 0 10000 1110 100000 101011111 1111 111110

Color Harmonies of #AD9195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9195

Black with #AD9195

Text Example


Text Example

White with #AD9195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9195; }

 p { color: rgb(173,145,149); }

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

background-color css

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

 a { background-color: rgb(173,145,149); }

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

border-color css

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

 span { border-color: rgb(173,145,149); }

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