Html Css Color HEX #AC128A Medium Violet Red

📋 copy color: '#AC128A'

red 172 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #AC128A

Tints of Medium Violet Red #AC128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 52.44%
G = 5.49%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC128A (or 0xAC128A) is known color: Medium Violet Red. HEX triplet: AC, 12 and 8A. RGB value is (172,18,138). Sum of RGB (Red+Green+Blue) = 172+18+138=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC128A is #53ED75. Grayscale: #4D4D4D. Windows color (decimal): -5500278 or 9048748. OLE color: 9048748.

HSL color Cylindrical-coordinate representation of color #AC128A: hue angle of 313.25º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC128A is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 138 -
CMYK 0 0.90 0.20 0.33
HSL 313.25º 0.81% 0.37% -
HSV(B) 313.25º 0.9% 0.67% -
XYZ 21.82 11.04 25.03 -
YUV 77.73 162.02 195.24 -
System Red Green Blue C M Y K H S L
Decimal 172 18 138 0 0.90 0.20 0.33 313.25 0.81 0.37
Hex AC 12 8A 0 5A 14 21 139 51 25
Octal 254 22 212 0 132 24 41 471 121 45
Binary 10101100 10010 10001010 0 1011010 10100 100001 100111001 1010001 100101

Color Harmonies of #AC128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC128A

Black with #AC128A

Text Example


Text Example

White with #AC128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC128A; }

 p { color: rgb(172,18,138); }

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

background-color css

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

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

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

border-color css

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

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

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