Html Css Color HEX #AD519D Violet Blue

📋 copy color: '#AD519D'

red 173 ◦ green 81 ◦ blue 157

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

Shades of Violet Blue #AD519D

Tints of Violet Blue #AD519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 42.09%
G = 19.71%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD519D (or 0xAD519D) is known color: Violet Blue. HEX triplet: AD, 51 and 9D. RGB value is (173,81,157). Sum of RGB (Red+Green+Blue) = 173+81+157=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD519D is #52AE62. Grayscale: #747474. Windows color (decimal): -5418595 or 10310061. OLE color: 10310061.

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

Color convert

RGB 173 81 157 -
CMYK 0 0.53 0.09 0.32
HSL 310.43º 0.36% 0.5% -
HSV(B) 310.43º 0.53% 0.68% -
XYZ 26.26 17.2 33.83 -
YUV 117.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 173 81 157 0 0.53 0.09 0.32 310.43 0.36 0.5
Hex AD 51 9D 0 35 9 20 136 24 32
Octal 255 121 235 0 65 11 40 466 44 62
Binary 10101101 1010001 10011101 0 110101 1001 100000 100110110 100100 110010

Color Harmonies of #AD519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD519D

Black with #AD519D

Text Example


Text Example

White with #AD519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD519D; }

 p { color: rgb(173,81,157); }

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

background-color css

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

 a { background-color: rgb(173,81,157); }

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

border-color css

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

 span { border-color: rgb(173,81,157); }

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