Html Css Color HEX #AD549A Violet Blue

📋 copy color: '#AD549A'

red 173 ◦ green 84 ◦ blue 154

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

Shades of Violet Blue #AD549A

Tints of Violet Blue #AD549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 42.09%
G = 20.44%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD549A (or 0xAD549A) is known color: Violet Blue. HEX triplet: AD, 54 and 9A. RGB value is (173,84,154). Sum of RGB (Red+Green+Blue) = 173+84+154=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD549A is #52AB65. Grayscale: #767676. Windows color (decimal): -5417830 or 10114221. OLE color: 10114221.

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

Color convert

RGB 173 84 154 -
CMYK 0 0.51 0.11 0.32
HSL 312.81º 0.35% 0.5% -
HSV(B) 312.81º 0.51% 0.68% -
XYZ 26.24 17.56 32.58 -
YUV 118.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 173 84 154 0 0.51 0.11 0.32 312.81 0.35 0.5
Hex AD 54 9A 0 33 B 20 139 23 32
Octal 255 124 232 0 63 13 40 471 43 62
Binary 10101101 1010100 10011010 0 110011 1011 100000 100111001 100011 110010

Color Harmonies of #AD549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD549A

Black with #AD549A

Text Example


Text Example

White with #AD549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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