Html Css Color HEX #AD6199 Violet Blue

📋 copy color: '#AD6199'

red 173 ◦ green 97 ◦ blue 153

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

Shades of Violet Blue #AD6199

Tints of Violet Blue #AD6199

RGB

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

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

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

R = 40.9%
G = 22.93%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD6199 (or 0xAD6199) is known color: Violet Blue. HEX triplet: AD, 61 and 99. RGB value is (173,97,153). Sum of RGB (Red+Green+Blue) = 173+97+153=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6199 is #529E66. Grayscale: #7D7D7D. Windows color (decimal): -5414503 or 10052013. OLE color: 10052013.

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

Color convert

RGB 173 97 153 -
CMYK 0 0.44 0.12 0.32
HSL 315.79º 0.32% 0.53% -
HSV(B) 315.79º 0.44% 0.68% -
XYZ 27.26 19.73 32.51 -
YUV 126.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 173 97 153 0 0.44 0.12 0.32 315.79 0.32 0.53
Hex AD 61 99 0 2C C 20 13C 20 35
Octal 255 141 231 0 54 14 40 474 40 65
Binary 10101101 1100001 10011001 0 101100 1100 100000 100111100 100000 110101

Color Harmonies of #AD6199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6199

Black with #AD6199

Text Example


Text Example

White with #AD6199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6199; }

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

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

background-color css

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

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

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

border-color css

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

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

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