Html Css Color HEX #AD5099 Violet Blue

📋 copy color: '#AD5099'

red 173 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #AD5099

Tints of Violet Blue #AD5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

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

R = 42.61%
G = 19.7%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD5099 (or 0xAD5099) is known color: Violet Blue. HEX triplet: AD, 50 and 99. RGB value is (173,80,153). Sum of RGB (Red+Green+Blue) = 173+80+153=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5099 is #52AF66. Grayscale: #737373. Windows color (decimal): -5418855 or 10047661. OLE color: 10047661.

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

Color convert

RGB 173 80 153 -
CMYK 0 0.54 0.12 0.32
HSL 312.9º 0.37% 0.5% -
HSV(B) 312.9º 0.54% 0.68% -
XYZ 25.85 16.92 32.04 -
YUV 116.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 173 80 153 0 0.54 0.12 0.32 312.9 0.37 0.5
Hex AD 50 99 0 36 C 20 139 25 32
Octal 255 120 231 0 66 14 40 471 45 62
Binary 10101101 1010000 10011001 0 110110 1100 100000 100111001 100101 110010

Color Harmonies of #AD5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5099

Black with #AD5099

Text Example


Text Example

White with #AD5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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