Html Css Color HEX #AC0B8C Medium Violet Red

📋 copy color: '#AC0B8C'

red 172 ◦ green 11 ◦ blue 140

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

Shades of Medium Violet Red #AC0B8C

Tints of Medium Violet Red #AC0B8C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 53.25%
G = 3.41%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC0B8C (or 0xAC0B8C) is known color: Medium Violet Red. HEX triplet: AC, 0B and 8C. RGB value is (172,11,140). Sum of RGB (Red+Green+Blue) = 172+11+140=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B8C is #53F473. Grayscale: #494949. Windows color (decimal): -5502068 or 9178028. OLE color: 9178028.

HSL color Cylindrical-coordinate representation of color #AC0B8C: hue angle of 311.93º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B8C is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 11 140 -
CMYK 0 0.94 0.19 0.33
HSL 311.93º 0.88% 0.36% -
HSV(B) 311.93º 0.94% 0.67% -
XYZ 21.87 10.9 25.76 -
YUV 73.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 172 11 140 0 0.94 0.19 0.33 311.93 0.88 0.36
Hex AC B 8C 0 5E 13 21 138 58 24
Octal 254 13 214 0 136 23 41 470 130 44
Binary 10101100 1011 10001100 0 1011110 10011 100001 100111000 1011000 100100

Color Harmonies of #AC0B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B8C

Black with #AC0B8C

Text Example


Text Example

White with #AC0B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B8C; }

 p { color: rgb(172,11,140); }

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

background-color css

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

 a { background-color: rgb(172,11,140); }

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

border-color css

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

 span { border-color: rgb(172,11,140); }

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