Html Css Color HEX #AD579D Violet Blue

📋 copy color: '#AD579D'

red 173 ◦ green 87 ◦ blue 157

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

Shades of Violet Blue #AD579D

Tints of Violet Blue #AD579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 41.49%
G = 20.86%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD579D (or 0xAD579D) is known color: Violet Blue. HEX triplet: AD, 57 and 9D. RGB value is (173,87,157). Sum of RGB (Red+Green+Blue) = 173+87+157=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD579D is #52A862. Grayscale: #787878. Windows color (decimal): -5417059 or 10311597. OLE color: 10311597.

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

Color convert

RGB 173 87 157 -
CMYK 0 0.50 0.09 0.32
HSL 311.16º 0.34% 0.51% -
HSV(B) 311.16º 0.5% 0.68% -
XYZ 26.73 18.13 33.99 -
YUV 120.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 173 87 157 0 0.50 0.09 0.32 311.16 0.34 0.51
Hex AD 57 9D 0 32 9 20 137 22 33
Octal 255 127 235 0 62 11 40 467 42 63
Binary 10101101 1010111 10011101 0 110010 1001 100000 100110111 100010 110011

Color Harmonies of #AD579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD579D

Black with #AD579D

Text Example


Text Example

White with #AD579D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD579D; }

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

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

background-color css

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

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

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

border-color css

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

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

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