Html Css Color HEX #AD549B Violet Blue

📋 copy color: '#AD549B'

red 173 ◦ green 84 ◦ blue 155

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

Shades of Violet Blue #AD549B

Tints of Violet Blue #AD549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.39%

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

R = 41.99%
G = 20.39%
B = 37.62%

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

#AD549B (or 0xAD549B) is known color: Violet Blue. HEX triplet: AD, 54 and 9B. RGB value is (173,84,155). Sum of RGB (Red+Green+Blue) = 173+84+155=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD549B is #52AB64. Grayscale: #767676. Windows color (decimal): -5417829 or 10179757. OLE color: 10179757.

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

Color convert

RGB 173 84 155 -
CMYK 0 0.51 0.10 0.32
HSL 312.13º 0.35% 0.5% -
HSV(B) 312.13º 0.51% 0.68% -
XYZ 26.32 17.59 33.02 -
YUV 118.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 173 84 155 0 0.51 0.10 0.32 312.13 0.35 0.5
Hex AD 54 9B 0 33 A 20 138 23 32
Octal 255 124 233 0 63 12 40 470 43 62
Binary 10101101 1010100 10011011 0 110011 1010 100000 100111000 100011 110010

Color Harmonies of #AD549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD549B

Black with #AD549B

Text Example


Text Example

White with #AD549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD549B; }

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

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

background-color css

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

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

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

border-color css

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

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

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