Html Css Color HEX #AD9598 Viola

📋 copy color: '#AD9598'

red 173 ◦ green 149 ◦ blue 152

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

Shades of Viola #AD9598

Tints of Viola #AD9598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.43%

 BLUE value IS 152 (59.77% from 255) = 32.07%

R = 36.5%
G = 31.43%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD9598 (or 0xAD9598) is known color: Viola. HEX triplet: AD, 95 and 98. RGB value is (173,149,152). Sum of RGB (Red+Green+Blue) = 173+149+152=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9598 is #526A67. Grayscale: #9C9C9C. Windows color (decimal): -5401192 or 9999789. OLE color: 9999789.

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

Color convert

RGB 173 149 152 -
CMYK 0 0.14 0.12 0.32
HSL 352.5º 0.13% 0.63% -
HSV(B) 352.5º 0.14% 0.68% -
XYZ 33.65 32.65 34.23 -
YUV 156.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 173 149 152 0 0.14 0.12 0.32 352.5 0.13 0.63
Hex AD 95 98 0 E C 20 160 D 3F
Octal 255 225 230 0 16 14 40 540 15 77
Binary 10101101 10010101 10011000 0 1110 1100 100000 101100000 1101 111111

Color Harmonies of #AD9598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9598

Black with #AD9598

Text Example


Text Example

White with #AD9598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9598; }

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

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

background-color css

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

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

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

border-color css

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

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

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