Html Css Color HEX #AD5096 Violet Blue

📋 copy color: '#AD5096'

red 173 ◦ green 80 ◦ blue 150

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

Shades of Violet Blue #AD5096

Tints of Violet Blue #AD5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 42.93%
G = 19.85%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD5096 (or 0xAD5096) is known color: Violet Blue. HEX triplet: AD, 50 and 96. RGB value is (173,80,150). Sum of RGB (Red+Green+Blue) = 173+80+150=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5096 is #52AF69. Grayscale: #737373. Windows color (decimal): -5418858 or 9851053. OLE color: 9851053.

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

Color convert

RGB 173 80 150 -
CMYK 0 0.54 0.13 0.32
HSL 314.84º 0.37% 0.5% -
HSV(B) 314.84º 0.54% 0.68% -
XYZ 25.61 16.82 30.75 -
YUV 115.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 173 80 150 0 0.54 0.13 0.32 314.84 0.37 0.5
Hex AD 50 96 0 36 D 20 13B 25 32
Octal 255 120 226 0 66 15 40 473 45 62
Binary 10101101 1010000 10010110 0 110110 1101 100000 100111011 100101 110010

Color Harmonies of #AD5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5096

Black with #AD5096

Text Example


Text Example

White with #AD5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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