Html Css Color HEX #AC088D Medium Violet Red

📋 copy color: '#AC088D'

red 172 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #AC088D

Tints of Medium Violet Red #AC088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 53.58%
G = 2.49%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC088D (or 0xAC088D) is known color: Medium Violet Red. HEX triplet: AC, 08 and 8D. RGB value is (172,8,141). Sum of RGB (Red+Green+Blue) = 172+8+141=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC088D is #53F772. Grayscale: #474747. Windows color (decimal): -5502835 or 9242796. OLE color: 9242796.

HSL color Cylindrical-coordinate representation of color #AC088D: hue angle of 311.34º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC088D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 8 141 -
CMYK 0 0.95 0.18 0.33
HSL 311.34º 0.91% 0.35% -
HSV(B) 311.34º 0.95% 0.67% -
XYZ 21.91 10.87 26.14 -
YUV 72.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 172 8 141 0 0.95 0.18 0.33 311.34 0.91 0.35
Hex AC 8 8D 0 5F 12 21 137 5B 23
Octal 254 10 215 0 137 22 41 467 133 43
Binary 10101100 1000 10001101 0 1011111 10010 100001 100110111 1011011 100011

Color Harmonies of #AC088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC088D

Black with #AC088D

Text Example


Text Example

White with #AC088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC088D; }

 p { color: rgb(172,8,141); }

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

background-color css

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

 a { background-color: rgb(172,8,141); }

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

border-color css

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

 span { border-color: rgb(172,8,141); }

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