Html Css Color HEX #AC47AC Violet Blue

📋 copy color: '#AC47AC'

red 172 ◦ green 71 ◦ blue 172

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

Shades of Violet Blue #AC47AC

Tints of Violet Blue #AC47AC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.11%

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

R = 41.45%
G = 17.11%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC47AC (or 0xAC47AC) is known color: Violet Blue. HEX triplet: AC, 47 and AC. RGB value is (172,71,172). Sum of RGB (Red+Green+Blue) = 172+71+172=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC47AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47AC is #53B853. Grayscale: #707070. Windows color (decimal): -5486676 or 11290540. OLE color: 11290540.

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

Color convert

RGB 172 71 172 -
CMYK 0 0.59 0 0.33
HSL 300º 0.42% 0.48% -
HSV(B) 300º 0.59% 0.67% -
XYZ 26.71 16.26 40.76 -
YUV 112.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 172 71 172 0 0.59 0 0.33 300 0.42 0.48
Hex AC 47 AC 0 3B 0 21 12C 2A 30
Octal 254 107 254 0 73 0 41 454 52 60
Binary 10101100 1000111 10101100 0 111011 0 100001 100101100 101010 110000

Color Harmonies of #AC47AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47AC

Black with #AC47AC

Text Example


Text Example

White with #AC47AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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