Html Css Color HEX #AD559F Violet Blue

📋 copy color: '#AD559F'

red 173 ◦ green 85 ◦ blue 159

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

Shades of Violet Blue #AD559F

Tints of Violet Blue #AD559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 41.49%
G = 20.38%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD559F (or 0xAD559F) is known color: Violet Blue. HEX triplet: AD, 55 and 9F. RGB value is (173,85,159). Sum of RGB (Red+Green+Blue) = 173+85+159=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD559F is #52AA60. Grayscale: #777777. Windows color (decimal): -5417569 or 10442157. OLE color: 10442157.

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

Color convert

RGB 173 85 159 -
CMYK 0 0.51 0.08 0.32
HSL 309.55º 0.35% 0.51% -
HSV(B) 309.55º 0.51% 0.68% -
XYZ 26.74 17.88 34.84 -
YUV 119.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 173 85 159 0 0.51 0.08 0.32 309.55 0.35 0.51
Hex AD 55 9F 0 33 8 20 136 23 33
Octal 255 125 237 0 63 10 40 466 43 63
Binary 10101101 1010101 10011111 0 110011 1000 100000 100110110 100011 110011

Color Harmonies of #AD559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD559F

Black with #AD559F

Text Example


Text Example

White with #AD559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD559F; }

 p { color: rgb(173,85,159); }

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

background-color css

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

 a { background-color: rgb(173,85,159); }

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

border-color css

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

 span { border-color: rgb(173,85,159); }

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