Html Css Color HEX #AC028B Medium Violet Red

📋 copy color: '#AC028B'

red 172 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #AC028B

Tints of Medium Violet Red #AC028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 54.95%
G = 0.64%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC028B (or 0xAC028B) is known color: Medium Violet Red. HEX triplet: AC, 02 and 8B. RGB value is (172,2,139). Sum of RGB (Red+Green+Blue) = 172+2+139=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC028B is #53FD74. Grayscale: #444444. Windows color (decimal): -5504373 or 9110188. OLE color: 9110188.

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

Color convert

RGB 172 2 139 -
CMYK 0 0.99 0.19 0.33
HSL 311.65º 0.98% 0.34% -
HSV(B) 311.65º 0.99% 0.67% -
XYZ 21.7 10.68 25.34 -
YUV 68.45 167.82 201.86 -
System Red Green Blue C M Y K H S L
Decimal 172 2 139 0 0.99 0.19 0.33 311.65 0.98 0.34
Hex AC 2 8B 0 63 13 21 138 62 22
Octal 254 2 213 0 143 23 41 470 142 42
Binary 10101100 10 10001011 0 1100011 10011 100001 100111000 1100010 100010

Color Harmonies of #AC028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC028B

Black with #AC028B

Text Example


Text Example

White with #AC028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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