Html Css Color HEX #AD559B Violet Blue

📋 copy color: '#AD559B'

red 173 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #AD559B

Tints of Violet Blue #AD559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 41.89%
G = 20.58%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD559B (or 0xAD559B) is known color: Violet Blue. HEX triplet: AD, 55 and 9B. RGB value is (173,85,155). Sum of RGB (Red+Green+Blue) = 173+85+155=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD559B is #52AA64. Grayscale: #777777. Windows color (decimal): -5417573 or 10180013. OLE color: 10180013.

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

Color convert

RGB 173 85 155 -
CMYK 0 0.51 0.10 0.32
HSL 312.27º 0.35% 0.51% -
HSV(B) 312.27º 0.51% 0.68% -
XYZ 26.4 17.75 33.04 -
YUV 119.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 173 85 155 0 0.51 0.10 0.32 312.27 0.35 0.51
Hex AD 55 9B 0 33 A 20 138 23 33
Octal 255 125 233 0 63 12 40 470 43 63
Binary 10101101 1010101 10011011 0 110011 1010 100000 100111000 100011 110011

Color Harmonies of #AD559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD559B

Black with #AD559B

Text Example


Text Example

White with #AD559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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