Html Css Color HEX #AD549E Violet Blue

📋 copy color: '#AD549E'

red 173 ◦ green 84 ◦ blue 158

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

Shades of Violet Blue #AD549E

Tints of Violet Blue #AD549E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 41.69%
G = 20.24%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD549E (or 0xAD549E) is known color: Violet Blue. HEX triplet: AD, 54 and 9E. RGB value is (173,84,158). Sum of RGB (Red+Green+Blue) = 173+84+158=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD549E is #52AB61. Grayscale: #767676. Windows color (decimal): -5417826 or 10376365. OLE color: 10376365.

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

Color convert

RGB 173 84 158 -
CMYK 0 0.51 0.09 0.32
HSL 310.11º 0.35% 0.5% -
HSV(B) 310.11º 0.51% 0.68% -
XYZ 26.58 17.69 34.36 -
YUV 119.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 173 84 158 0 0.51 0.09 0.32 310.11 0.35 0.5
Hex AD 54 9E 0 33 9 20 136 23 32
Octal 255 124 236 0 63 11 40 466 43 62
Binary 10101101 1010100 10011110 0 110011 1001 100000 100110110 100011 110010

Color Harmonies of #AD549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD549E

Black with #AD549E

Text Example


Text Example

White with #AD549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD549E; }

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

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

background-color css

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

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

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

border-color css

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

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

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