Html Css Color HEX #AC49AC Violet Blue

📋 copy color: '#AC49AC'

red 172 ◦ green 73 ◦ blue 172

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

Shades of Violet Blue #AC49AC

Tints of Violet Blue #AC49AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 41.25%
G = 17.51%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC49AC (or 0xAC49AC) is known color: Violet Blue. HEX triplet: AC, 49 and AC. RGB value is (172,73,172). Sum of RGB (Red+Green+Blue) = 172+73+172=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49AC is #53B653. Grayscale: #717171. Windows color (decimal): -5486164 or 11291052. OLE color: 11291052.

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

Color convert

RGB 172 73 172 -
CMYK 0 0.58 0 0.33
HSL 300º 0.4% 0.48% -
HSV(B) 300º 0.58% 0.67% -
XYZ 26.84 16.51 40.8 -
YUV 113.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 172 73 172 0 0.58 0 0.33 300 0.4 0.48
Hex AC 49 AC 0 3A 0 21 12C 28 30
Octal 254 111 254 0 72 0 41 454 50 60
Binary 10101100 1001001 10101100 0 111010 0 100001 100101100 101000 110000

Color Harmonies of #AC49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49AC

Black with #AC49AC

Text Example


Text Example

White with #AC49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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