Html Css Color HEX #AC028A Medium Violet Red

📋 copy color: '#AC028A'

red 172 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #AC028A

Tints of Medium Violet Red #AC028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 55.13%
G = 0.64%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC028A (or 0xAC028A) is known color: Medium Violet Red. HEX triplet: AC, 02 and 8A. RGB value is (172,2,138). Sum of RGB (Red+Green+Blue) = 172+2+138=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC028A is #53FD75. Grayscale: #434343. Windows color (decimal): -5504374 or 9044652. OLE color: 9044652.

HSL color Cylindrical-coordinate representation of color #AC028A: hue angle of 312º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC028A is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 138 -
CMYK 0 0.99 0.20 0.33
HSL 312º 0.98% 0.34% -
HSV(B) 312º 0.99% 0.67% -
XYZ 21.62 10.65 24.96 -
YUV 68.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 172 2 138 0 0.99 0.20 0.33 312 0.98 0.34
Hex AC 2 8A 0 63 14 21 138 62 22
Octal 254 2 212 0 143 24 41 470 142 42
Binary 10101100 10 10001010 0 1100011 10100 100001 100111000 1100010 100010

Color Harmonies of #AC028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC028A

Black with #AC028A

Text Example


Text Example

White with #AC028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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