Html Css Color HEX #AD6197 Violet Blue

📋 copy color: '#AD6197'

red 173 ◦ green 97 ◦ blue 151

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

Shades of Violet Blue #AD6197

Tints of Violet Blue #AD6197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.04%

 BLUE value IS 151 (59.38% from 255) = 35.87%

R = 41.09%
G = 23.04%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD6197 (or 0xAD6197) is known color: Violet Blue. HEX triplet: AD, 61 and 97. RGB value is (173,97,151). Sum of RGB (Red+Green+Blue) = 173+97+151=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6197 is #529E68. Grayscale: #7D7D7D. Windows color (decimal): -5414505 or 9920941. OLE color: 9920941.

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

Color convert

RGB 173 97 151 -
CMYK 0 0.44 0.13 0.32
HSL 317.37º 0.32% 0.53% -
HSV(B) 317.37º 0.44% 0.68% -
XYZ 27.09 19.67 31.65 -
YUV 125.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 173 97 151 0 0.44 0.13 0.32 317.37 0.32 0.53
Hex AD 61 97 0 2C D 20 13D 20 35
Octal 255 141 227 0 54 15 40 475 40 65
Binary 10101101 1100001 10010111 0 101100 1101 100000 100111101 100000 110101

Color Harmonies of #AD6197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6197

Black with #AD6197

Text Example


Text Example

White with #AD6197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6197; }

 p { color: rgb(173,97,151); }

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

background-color css

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

 a { background-color: rgb(173,97,151); }

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

border-color css

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

 span { border-color: rgb(173,97,151); }

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