Html Css Color HEX #AD499C Violet Blue

📋 copy color: '#AD499C'

red 173 ◦ green 73 ◦ blue 156

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

Shades of Violet Blue #AD499C

Tints of Violet Blue #AD499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 43.03%
G = 18.16%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD499C (or 0xAD499C) is known color: Violet Blue. HEX triplet: AD, 49 and 9C. RGB value is (173,73,156). Sum of RGB (Red+Green+Blue) = 173+73+156=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD499C is #52B663. Grayscale: #707070. Windows color (decimal): -5420644 or 10242477. OLE color: 10242477.

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

Color convert

RGB 173 73 156 -
CMYK 0 0.58 0.10 0.32
HSL 310.2º 0.41% 0.48% -
HSV(B) 310.2º 0.58% 0.68% -
XYZ 25.62 16.05 33.2 -
YUV 112.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 173 73 156 0 0.58 0.10 0.32 310.2 0.41 0.48
Hex AD 49 9C 0 3A A 20 136 29 30
Octal 255 111 234 0 72 12 40 466 51 60
Binary 10101101 1001001 10011100 0 111010 1010 100000 100110110 101001 110000

Color Harmonies of #AD499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD499C

Black with #AD499C

Text Example


Text Example

White with #AD499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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