Html Css Color HEX #AC2FA0 Medium Red Violet

📋 copy color: '#AC2FA0'

red 172 ◦ green 47 ◦ blue 160

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

Shades of Medium Red Violet #AC2FA0

Tints of Medium Red Violet #AC2FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 160 (62.89% from 255) = 42.22%

R = 45.38%
G = 12.4%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC2FA0 (or 0xAC2FA0) is known color: Medium Red Violet. HEX triplet: AC, 2F and A0. RGB value is (172,47,160). Sum of RGB (Red+Green+Blue) = 172+47+160=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2FA0 is #53D05F. Grayscale: #606060. Windows color (decimal): -5492832 or 10497964. OLE color: 10497964.

HSL color Cylindrical-coordinate representation of color #AC2FA0: hue angle of 305.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2FA0 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 47 160 -
CMYK 0 0.73 0.07 0.33
HSL 305.76º 0.57% 0.43% -
HSV(B) 305.76º 0.73% 0.67% -
XYZ 24.37 13.34 34.55 -
YUV 97.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 172 47 160 0 0.73 0.07 0.33 305.76 0.57 0.43
Hex AC 2F A0 0 49 7 21 132 39 2B
Octal 254 57 240 0 111 7 41 462 71 53
Binary 10101100 101111 10100000 0 1001001 111 100001 100110010 111001 101011

Color Harmonies of #AC2FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2FA0

Black with #AC2FA0

Text Example


Text Example

White with #AC2FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2FA0; }

 p { color: rgb(172,47,160); }

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

background-color css

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

 a { background-color: rgb(172,47,160); }

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

border-color css

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

 span { border-color: rgb(172,47,160); }

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