Html Css Color HEX #AC499D Violet Blue

📋 copy color: '#AC499D'

red 172 ◦ green 73 ◦ blue 157

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

Shades of Violet Blue #AC499D

Tints of Violet Blue #AC499D

RGB

 RED value IS 172 (67.58% from 255) = 42.79%

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

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 42.79%
G = 18.16%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC499D (or 0xAC499D) is known color: Violet Blue. HEX triplet: AC, 49 and 9D. RGB value is (172,73,157). Sum of RGB (Red+Green+Blue) = 172+73+157=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC499D is #53B662. Grayscale: #6F6F6F. Windows color (decimal): -5486179 or 10308012. OLE color: 10308012.

HSL color Cylindrical-coordinate representation of color #AC499D: hue angle of 309.09º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC499D is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 157 -
CMYK 0 0.58 0.09 0.33
HSL 309.09º 0.4% 0.48% -
HSV(B) 309.09º 0.58% 0.67% -
XYZ 25.48 15.97 33.64 -
YUV 112.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 172 73 157 0 0.58 0.09 0.33 309.09 0.4 0.48
Hex AC 49 9D 0 3A 9 21 135 28 30
Octal 254 111 235 0 72 11 41 465 50 60
Binary 10101100 1001001 10011101 0 111010 1001 100001 100110101 101000 110000

Color Harmonies of #AC499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC499D

Black with #AC499D

Text Example


Text Example

White with #AC499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC499D; }

 p { color: rgb(172,73,157); }

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

background-color css

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

 a { background-color: rgb(172,73,157); }

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

border-color css

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

 span { border-color: rgb(172,73,157); }

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