Html Css Color HEX #AD5797 Violet Blue

📋 copy color: '#AD5797'

red 173 ◦ green 87 ◦ blue 151

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

Shades of Violet Blue #AD5797

Tints of Violet Blue #AD5797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 42.09%
G = 21.17%
B = 36.74%

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

#AD5797 (or 0xAD5797) is known color: Violet Blue. HEX triplet: AD, 57 and 97. RGB value is (173,87,151). Sum of RGB (Red+Green+Blue) = 173+87+151=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5797 is #52A868. Grayscale: #777777. Windows color (decimal): -5417065 or 9918381. OLE color: 9918381.

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

Color convert

RGB 173 87 151 -
CMYK 0 0.50 0.13 0.32
HSL 315.35º 0.34% 0.51% -
HSV(B) 315.35º 0.5% 0.68% -
XYZ 26.23 17.93 31.36 -
YUV 120.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 173 87 151 0 0.50 0.13 0.32 315.35 0.34 0.51
Hex AD 57 97 0 32 D 20 13B 22 33
Octal 255 127 227 0 62 15 40 473 42 63
Binary 10101101 1010111 10010111 0 110010 1101 100000 100111011 100010 110011

Color Harmonies of #AD5797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5797

Black with #AD5797

Text Example


Text Example

White with #AD5797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5797; }

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

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

background-color css

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

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

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

border-color css

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

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

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