Html Css Color HEX #AC47AA Violet Blue

📋 copy color: '#AC47AA'

red 172 ◦ green 71 ◦ blue 170

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

Shades of Violet Blue #AC47AA

Tints of Violet Blue #AC47AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 41.65%
G = 17.19%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC47AA (or 0xAC47AA) is known color: Violet Blue. HEX triplet: AC, 47 and AA. RGB value is (172,71,170). Sum of RGB (Red+Green+Blue) = 172+71+170=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC47AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47AA is #53B855. Grayscale: #707070. Windows color (decimal): -5486678 or 11159468. OLE color: 11159468.

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

Color convert

RGB 172 71 170 -
CMYK 0 0.59 0.01 0.33
HSL 301.19º 0.42% 0.48% -
HSV(B) 301.19º 0.59% 0.67% -
XYZ 26.52 16.18 39.76 -
YUV 112.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 172 71 170 0 0.59 0.01 0.33 301.19 0.42 0.48
Hex AC 47 AA 0 3B 1 21 12D 2A 30
Octal 254 107 252 0 73 1 41 455 52 60
Binary 10101100 1000111 10101010 0 111011 1 100001 100101101 101010 110000

Color Harmonies of #AC47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47AA

Black with #AC47AA

Text Example


Text Example

White with #AC47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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