Html Css Color HEX #AC088E Medium Violet Red

📋 copy color: '#AC088E'

red 172 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #AC088E

Tints of Medium Violet Red #AC088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 53.42%
G = 2.48%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC088E (or 0xAC088E) is known color: Medium Violet Red. HEX triplet: AC, 08 and 8E. RGB value is (172,8,142). Sum of RGB (Red+Green+Blue) = 172+8+142=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC088E is #53F771. Grayscale: #474747. Windows color (decimal): -5502834 or 9308332. OLE color: 9308332.

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

Color convert

RGB 172 8 142 -
CMYK 0 0.95 0.17 0.33
HSL 310.98º 0.91% 0.35% -
HSV(B) 310.98º 0.95% 0.67% -
XYZ 21.98 10.9 26.54 -
YUV 72.31 167.33 199.1 -
System Red Green Blue C M Y K H S L
Decimal 172 8 142 0 0.95 0.17 0.33 310.98 0.91 0.35
Hex AC 8 8E 0 5F 11 21 137 5B 23
Octal 254 10 216 0 137 21 41 467 133 43
Binary 10101100 1000 10001110 0 1011111 10001 100001 100110111 1011011 100011

Color Harmonies of #AC088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC088E

Black with #AC088E

Text Example


Text Example

White with #AC088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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