Html Css Color HEX #AD519C Violet Blue

📋 copy color: '#AD519C'

red 173 ◦ green 81 ◦ blue 156

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

Shades of Violet Blue #AD519C

Tints of Violet Blue #AD519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.05%

R = 42.2%
G = 19.76%
B = 38.05%

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

#AD519C (or 0xAD519C) is known color: Violet Blue. HEX triplet: AD, 51 and 9C. RGB value is (173,81,156). Sum of RGB (Red+Green+Blue) = 173+81+156=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD519C is #52AE63. Grayscale: #747474. Windows color (decimal): -5418596 or 10244525. OLE color: 10244525.

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

Color convert

RGB 173 81 156 -
CMYK 0 0.53 0.10 0.32
HSL 311.09º 0.36% 0.5% -
HSV(B) 311.09º 0.53% 0.68% -
XYZ 26.18 17.17 33.39 -
YUV 117.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 173 81 156 0 0.53 0.10 0.32 311.09 0.36 0.5
Hex AD 51 9C 0 35 A 20 137 24 32
Octal 255 121 234 0 65 12 40 467 44 62
Binary 10101101 1010001 10011100 0 110101 1010 100000 100110111 100100 110010

Color Harmonies of #AD519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD519C

Black with #AD519C

Text Example


Text Example

White with #AD519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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