Html Css Color HEX #AD6499 Violet Blue

📋 copy color: '#AD6499'

red 173 ◦ green 100 ◦ blue 153

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

Shades of Violet Blue #AD6499

Tints of Violet Blue #AD6499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 40.61%
G = 23.47%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD6499 (or 0xAD6499) is known color: Violet Blue. HEX triplet: AD, 64 and 99. RGB value is (173,100,153). Sum of RGB (Red+Green+Blue) = 173+100+153=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6499 is #529B66. Grayscale: #7F7F7F. Windows color (decimal): -5413735 or 10052781. OLE color: 10052781.

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

Color convert

RGB 173 100 153 -
CMYK 0 0.42 0.12 0.32
HSL 316.44º 0.31% 0.54% -
HSV(B) 316.44º 0.42% 0.68% -
XYZ 27.54 20.3 32.6 -
YUV 127.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 173 100 153 0 0.42 0.12 0.32 316.44 0.31 0.54
Hex AD 64 99 0 2A C 20 13C 1F 36
Octal 255 144 231 0 52 14 40 474 37 66
Binary 10101101 1100100 10011001 0 101010 1100 100000 100111100 11111 110110

Color Harmonies of #AD6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6499

Black with #AD6499

Text Example


Text Example

White with #AD6499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6499; }

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

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

background-color css

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

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

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

border-color css

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

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

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