Html Css Color HEX #AC44AC Violet Blue

📋 copy color: '#AC44AC'

red 172 ◦ green 68 ◦ blue 172

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

Shades of Violet Blue #AC44AC

Tints of Violet Blue #AC44AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.5%

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

R = 41.75%
G = 16.5%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC44AC (or 0xAC44AC) is known color: Violet Blue. HEX triplet: AC, 44 and AC. RGB value is (172,68,172). Sum of RGB (Red+Green+Blue) = 172+68+172=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC44AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC44AC is #53BB53. Grayscale: #6E6E6E. Windows color (decimal): -5487444 or 11289772. OLE color: 11289772.

HSL color Cylindrical-coordinate representation of color #AC44AC: hue angle of 300º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC44AC is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 172 -
CMYK 0 0.60 0 0.33
HSL 300º 0.43% 0.47% -
HSV(B) 300º 0.6% 0.67% -
XYZ 26.53 15.88 40.7 -
YUV 110.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 172 68 172 0 0.60 0 0.33 300 0.43 0.47
Hex AC 44 AC 0 3C 0 21 12C 2B 2F
Octal 254 104 254 0 74 0 41 454 53 57
Binary 10101100 1000100 10101100 0 111100 0 100001 100101100 101011 101111

Color Harmonies of #AC44AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC44AC

Black with #AC44AC

Text Example


Text Example

White with #AC44AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC44AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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