Html Css Color HEX #AD519A Violet Blue

📋 copy color: '#AD519A'

red 173 ◦ green 81 ◦ blue 154

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

Shades of Violet Blue #AD519A

Tints of Violet Blue #AD519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 42.4%
G = 19.85%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD519A (or 0xAD519A) is known color: Violet Blue. HEX triplet: AD, 51 and 9A. RGB value is (173,81,154). Sum of RGB (Red+Green+Blue) = 173+81+154=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD519A is #52AE65. Grayscale: #747474. Windows color (decimal): -5418598 or 10113453. OLE color: 10113453.

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

Color convert

RGB 173 81 154 -
CMYK 0 0.53 0.11 0.32
HSL 312.39º 0.36% 0.5% -
HSV(B) 312.39º 0.53% 0.68% -
XYZ 26.01 17.1 32.5 -
YUV 116.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 173 81 154 0 0.53 0.11 0.32 312.39 0.36 0.5
Hex AD 51 9A 0 35 B 20 138 24 32
Octal 255 121 232 0 65 13 40 470 44 62
Binary 10101101 1010001 10011010 0 110101 1011 100000 100111000 100100 110010

Color Harmonies of #AD519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD519A

Black with #AD519A

Text Example


Text Example

White with #AD519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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