Html Css Color HEX #AC2DA2 Medium Red Violet

📋 copy color: '#AC2DA2'

red 172 ◦ green 45 ◦ blue 162

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

Shades of Medium Red Violet #AC2DA2

Tints of Medium Red Violet #AC2DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 162 (63.67% from 255) = 42.74%

R = 45.38%
G = 11.87%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC2DA2 (or 0xAC2DA2) is known color: Medium Red Violet. HEX triplet: AC, 2D and A2. RGB value is (172,45,162). Sum of RGB (Red+Green+Blue) = 172+45+162=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2DA2 is #53D25D. Grayscale: #5F5F5F. Windows color (decimal): -5493342 or 10628524. OLE color: 10628524.

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

Color convert

RGB 172 45 162 -
CMYK 0 0.74 0.06 0.33
HSL 304.72º 0.59% 0.43% -
HSV(B) 304.72º 0.74% 0.67% -
XYZ 24.47 13.26 35.45 -
YUV 96.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 172 45 162 0 0.74 0.06 0.33 304.72 0.59 0.43
Hex AC 2D A2 0 4A 6 21 131 3B 2B
Octal 254 55 242 0 112 6 41 461 73 53
Binary 10101100 101101 10100010 0 1001010 110 100001 100110001 111011 101011

Color Harmonies of #AC2DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DA2

Black with #AC2DA2

Text Example


Text Example

White with #AC2DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DA2; }

 p { color: rgb(172,45,162); }

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

background-color css

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

 a { background-color: rgb(172,45,162); }

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

border-color css

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

 span { border-color: rgb(172,45,162); }

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