Html Css Color HEX #AD6198 Violet Blue

📋 copy color: '#AD6198'

red 173 ◦ green 97 ◦ blue 152

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

Shades of Violet Blue #AD6198

Tints of Violet Blue #AD6198

RGB

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

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

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

R = 41%
G = 22.99%
B = 36.02%

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

#AD6198 (or 0xAD6198) is known color: Violet Blue. HEX triplet: AD, 61 and 98. RGB value is (173,97,152). Sum of RGB (Red+Green+Blue) = 173+97+152=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6198 is #529E67. Grayscale: #7D7D7D. Windows color (decimal): -5414504 or 9986477. OLE color: 9986477.

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

Color convert

RGB 173 97 152 -
CMYK 0 0.44 0.12 0.32
HSL 316.58º 0.32% 0.53% -
HSV(B) 316.58º 0.44% 0.68% -
XYZ 27.18 19.7 32.08 -
YUV 125.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 173 97 152 0 0.44 0.12 0.32 316.58 0.32 0.53
Hex AD 61 98 0 2C C 20 13D 20 35
Octal 255 141 230 0 54 14 40 475 40 65
Binary 10101101 1100001 10011000 0 101100 1100 100000 100111101 100000 110101

Color Harmonies of #AD6198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6198

Black with #AD6198

Text Example


Text Example

White with #AD6198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6198; }

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

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

background-color css

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

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

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

border-color css

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

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

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