Html Css Color HEX #AC1A7A Medium Violet Red

📋 copy color: '#AC1A7A'

red 172 ◦ green 26 ◦ blue 122

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

Shades of Medium Violet Red #AC1A7A

Tints of Medium Violet Red #AC1A7A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.13%

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 53.75%
G = 8.13%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC1A7A (or 0xAC1A7A) is known color: Medium Violet Red. HEX triplet: AC, 1A and 7A. RGB value is (172,26,122). Sum of RGB (Red+Green+Blue) = 172+26+122=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A7A is #53E585. Grayscale: #505050. Windows color (decimal): -5498246 or 8002220. OLE color: 8002220.

HSL color Cylindrical-coordinate representation of color #AC1A7A: hue angle of 320.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A7A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 26 122 -
CMYK 0 0.85 0.29 0.33
HSL 320.55º 0.74% 0.39% -
HSV(B) 320.55º 0.85% 0.67% -
XYZ 20.9 10.91 19.42 -
YUV 80.6 151.37 193.19 -
System Red Green Blue C M Y K H S L
Decimal 172 26 122 0 0.85 0.29 0.33 320.55 0.74 0.39
Hex AC 1A 7A 0 55 1D 21 141 4A 27
Octal 254 32 172 0 125 35 41 501 112 47
Binary 10101100 11010 1111010 0 1010101 11101 100001 101000001 1001010 100111

Color Harmonies of #AC1A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A7A

Black with #AC1A7A

Text Example


Text Example

White with #AC1A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A7A; }

 p { color: rgb(172,26,122); }

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

background-color css

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

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

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

border-color css

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

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

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