Html Css Color HEX #AC2BA3 Medium Red Violet

📋 copy color: '#AC2BA3'

red 172 ◦ green 43 ◦ blue 163

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

Shades of Medium Red Violet #AC2BA3

Tints of Medium Red Violet #AC2BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.12%

R = 45.5%
G = 11.38%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC2BA3 (or 0xAC2BA3) is known color: Medium Red Violet. HEX triplet: AC, 2B and A3. RGB value is (172,43,163). Sum of RGB (Red+Green+Blue) = 172+43+163=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2BA3 is #53D45C. Grayscale: #5E5E5E. Windows color (decimal): -5493853 or 10693548. OLE color: 10693548.

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

Color convert

RGB 172 43 163 -
CMYK 0 0.75 0.05 0.33
HSL 304.19º 0.6% 0.42% -
HSV(B) 304.19º 0.75% 0.67% -
XYZ 24.49 13.14 35.9 -
YUV 95.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 172 43 163 0 0.75 0.05 0.33 304.19 0.6 0.42
Hex AC 2B A3 0 4B 5 21 130 3C 2A
Octal 254 53 243 0 113 5 41 460 74 52
Binary 10101100 101011 10100011 0 1001011 101 100001 100110000 111100 101010

Color Harmonies of #AC2BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BA3

Black with #AC2BA3

Text Example


Text Example

White with #AC2BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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