Html Css Color HEX #AC2B93 Medium Red Violet

📋 copy color: '#AC2B93'

red 172 ◦ green 43 ◦ blue 147

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

Shades of Medium Red Violet #AC2B93

Tints of Medium Red Violet #AC2B93

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.88%

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 47.51%
G = 11.88%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC2B93 (or 0xAC2B93) is known color: Medium Red Violet. HEX triplet: AC, 2B and 93. RGB value is (172,43,147). Sum of RGB (Red+Green+Blue) = 172+43+147=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2B93 is #53D46C. Grayscale: #5D5D5D. Windows color (decimal): -5493869 or 9644972. OLE color: 9644972.

HSL color Cylindrical-coordinate representation of color #AC2B93: hue angle of 311.63º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B93 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 43 147 -
CMYK 0 0.75 0.15 0.33
HSL 311.63º 0.6% 0.42% -
HSV(B) 311.63º 0.75% 0.67% -
XYZ 23.14 12.6 28.82 -
YUV 93.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 172 43 147 0 0.75 0.15 0.33 311.63 0.6 0.42
Hex AC 2B 93 0 4B F 21 138 3C 2A
Octal 254 53 223 0 113 17 41 470 74 52
Binary 10101100 101011 10010011 0 1001011 1111 100001 100111000 111100 101010

Color Harmonies of #AC2B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B93

Black with #AC2B93

Text Example


Text Example

White with #AC2B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B93; }

 p { color: rgb(172,43,147); }

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

background-color css

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

 a { background-color: rgb(172,43,147); }

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

border-color css

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

 span { border-color: rgb(172,43,147); }

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