Html Css Color HEX #AC088B Medium Violet Red

📋 copy color: '#AC088B'

red 172 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #AC088B

Tints of Medium Violet Red #AC088B

RGB

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

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

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

R = 53.92%
G = 2.51%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC088B (or 0xAC088B) is known color: Medium Violet Red. HEX triplet: AC, 08 and 8B. RGB value is (172,8,139). Sum of RGB (Red+Green+Blue) = 172+8+139=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC088B is #53F774. Grayscale: #474747. Windows color (decimal): -5502837 or 9111724. OLE color: 9111724.

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

Color convert

RGB 172 8 139 -
CMYK 0 0.95 0.19 0.33
HSL 312.07º 0.91% 0.35% -
HSV(B) 312.07º 0.95% 0.67% -
XYZ 21.76 10.81 25.37 -
YUV 71.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 172 8 139 0 0.95 0.19 0.33 312.07 0.91 0.35
Hex AC 8 8B 0 5F 13 21 138 5B 23
Octal 254 10 213 0 137 23 41 470 133 43
Binary 10101100 1000 10001011 0 1011111 10011 100001 100111000 1011011 100011

Color Harmonies of #AC088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC088B

Black with #AC088B

Text Example


Text Example

White with #AC088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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