Html Css Color HEX #AD519B Violet Blue

📋 copy color: '#AD519B'

red 173 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #AD519B

Tints of Violet Blue #AD519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 42.3%
G = 19.8%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD519B (or 0xAD519B) is known color: Violet Blue. HEX triplet: AD, 51 and 9B. RGB value is (173,81,155). Sum of RGB (Red+Green+Blue) = 173+81+155=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD519B is #52AE64. Grayscale: #747474. Windows color (decimal): -5418597 or 10178989. OLE color: 10178989.

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

Color convert

RGB 173 81 155 -
CMYK 0 0.53 0.10 0.32
HSL 311.74º 0.36% 0.5% -
HSV(B) 311.74º 0.53% 0.68% -
XYZ 26.09 17.14 32.94 -
YUV 116.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 173 81 155 0 0.53 0.10 0.32 311.74 0.36 0.5
Hex AD 51 9B 0 35 A 20 138 24 32
Octal 255 121 233 0 65 12 40 470 44 62
Binary 10101101 1010001 10011011 0 110101 1010 100000 100111000 100100 110010

Color Harmonies of #AD519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD519B

Black with #AD519B

Text Example


Text Example

White with #AD519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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