Html Css Color HEX #AD499A Violet Blue

📋 copy color: '#AD499A'

red 173 ◦ green 73 ◦ blue 154

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

Shades of Violet Blue #AD499A

Tints of Violet Blue #AD499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.25%

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

R = 43.25%
G = 18.25%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD499A (or 0xAD499A) is known color: Violet Blue. HEX triplet: AD, 49 and 9A. RGB value is (173,73,154). Sum of RGB (Red+Green+Blue) = 173+73+154=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD499A is #52B665. Grayscale: #6F6F6F. Windows color (decimal): -5420646 or 10111405. OLE color: 10111405.

HSL color Cylindrical-coordinate representation of color #AD499A: hue angle of 311.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD499A is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 73 154 -
CMYK 0 0.58 0.11 0.32
HSL 311.4º 0.41% 0.48% -
HSV(B) 311.4º 0.58% 0.68% -
XYZ 25.45 15.98 32.32 -
YUV 112.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 173 73 154 0 0.58 0.11 0.32 311.4 0.41 0.48
Hex AD 49 9A 0 3A B 20 137 29 30
Octal 255 111 232 0 72 13 40 467 51 60
Binary 10101101 1001001 10011010 0 111010 1011 100000 100110111 101001 110000

Color Harmonies of #AD499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD499A

Black with #AD499A

Text Example


Text Example

White with #AD499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD499A; }

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

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

background-color css

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

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

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

border-color css

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

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

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