Html Css Color HEX #AD6196 Violet Blue

📋 copy color: '#AD6196'

red 173 ◦ green 97 ◦ blue 150

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

Shades of Violet Blue #AD6196

Tints of Violet Blue #AD6196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 41.19%
G = 23.1%
B = 35.71%

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

#AD6196 (or 0xAD6196) is known color: Violet Blue. HEX triplet: AD, 61 and 96. RGB value is (173,97,150). Sum of RGB (Red+Green+Blue) = 173+97+150=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6196 is #529E69. Grayscale: #7D7D7D. Windows color (decimal): -5414506 or 9855405. OLE color: 9855405.

HSL color Cylindrical-coordinate representation of color #AD6196: hue angle of 318.16º 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 #AD6196 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 150 -
CMYK 0 0.44 0.13 0.32
HSL 318.16º 0.32% 0.53% -
HSV(B) 318.16º 0.44% 0.68% -
XYZ 27.01 19.64 31.22 -
YUV 125.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 173 97 150 0 0.44 0.13 0.32 318.16 0.32 0.53
Hex AD 61 96 0 2C D 20 13E 20 35
Octal 255 141 226 0 54 15 40 476 40 65
Binary 10101101 1100001 10010110 0 101100 1101 100000 100111110 100000 110101

Color Harmonies of #AD6196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6196

Black with #AD6196

Text Example


Text Example

White with #AD6196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6196; }

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

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

background-color css

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

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

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

border-color css

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

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

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