Html Css Color HEX #AD5796 Violet Blue

📋 copy color: '#AD5796'

red 173 ◦ green 87 ◦ blue 150

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

Shades of Violet Blue #AD5796

Tints of Violet Blue #AD5796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

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

R = 42.2%
G = 21.22%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD5796 (or 0xAD5796) is known color: Violet Blue. HEX triplet: AD, 57 and 96. RGB value is (173,87,150). Sum of RGB (Red+Green+Blue) = 173+87+150=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5796 is #52A869. Grayscale: #777777. Windows color (decimal): -5417066 or 9852845. OLE color: 9852845.

HSL color Cylindrical-coordinate representation of color #AD5796: hue angle of 316.05º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5796 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 87 150 -
CMYK 0 0.50 0.13 0.32
HSL 316.05º 0.34% 0.51% -
HSV(B) 316.05º 0.5% 0.68% -
XYZ 26.15 17.9 30.93 -
YUV 119.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 173 87 150 0 0.50 0.13 0.32 316.05 0.34 0.51
Hex AD 57 96 0 32 D 20 13C 22 33
Octal 255 127 226 0 62 15 40 474 42 63
Binary 10101101 1010111 10010110 0 110010 1101 100000 100111100 100010 110011

Color Harmonies of #AD5796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5796

Black with #AD5796

Text Example


Text Example

White with #AD5796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5796; }

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

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

background-color css

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

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

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

border-color css

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

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

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