Html Css Color HEX #AD9399 Viola

📋 copy color: '#AD9399'

red 173 ◦ green 147 ◦ blue 153

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

Shades of Viola #AD9399

Tints of Viola #AD9399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

 BLUE value IS 153 (60.16% from 255) = 32.35%

R = 36.58%
G = 31.08%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD9399 (or 0xAD9399) is known color: Viola. HEX triplet: AD, 93 and 99. RGB value is (173,147,153). Sum of RGB (Red+Green+Blue) = 173+147+153=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9399 is #526C66. Grayscale: #9B9B9B. Windows color (decimal): -5401703 or 10064813. OLE color: 10064813.

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

Color convert

RGB 173 147 153 -
CMYK 0 0.15 0.12 0.32
HSL 346.15º 0.14% 0.63% -
HSV(B) 346.15º 0.15% 0.68% -
XYZ 33.42 32.05 34.56 -
YUV 155.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 173 147 153 0 0.15 0.12 0.32 346.15 0.14 0.63
Hex AD 93 99 0 F C 20 15A E 3F
Octal 255 223 231 0 17 14 40 532 16 77
Binary 10101101 10010011 10011001 0 1111 1100 100000 101011010 1110 111111

Color Harmonies of #AD9399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9399

Black with #AD9399

Text Example


Text Example

White with #AD9399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9399; }

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

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

background-color css

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

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

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

border-color css

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

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

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