Html Css Color HEX #AC2DA1 Medium Red Violet

📋 copy color: '#AC2DA1'

red 172 ◦ green 45 ◦ blue 161

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

Shades of Medium Red Violet #AC2DA1

Tints of Medium Red Violet #AC2DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.59%

R = 45.5%
G = 11.9%
B = 42.59%

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

#AC2DA1 (or 0xAC2DA1) is known color: Medium Red Violet. HEX triplet: AC, 2D and A1. RGB value is (172,45,161). Sum of RGB (Red+Green+Blue) = 172+45+161=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2DA1 is #53D25E. Grayscale: #5F5F5F. Windows color (decimal): -5493343 or 10562988. OLE color: 10562988.

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

Color convert

RGB 172 45 161 -
CMYK 0 0.74 0.06 0.33
HSL 305.2º 0.59% 0.43% -
HSV(B) 305.2º 0.74% 0.67% -
XYZ 24.38 13.22 34.98 -
YUV 96.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 172 45 161 0 0.74 0.06 0.33 305.2 0.59 0.43
Hex AC 2D A1 0 4A 6 21 131 3B 2B
Octal 254 55 241 0 112 6 41 461 73 53
Binary 10101100 101101 10100001 0 1001010 110 100001 100110001 111011 101011

Color Harmonies of #AC2DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DA1

Black with #AC2DA1

Text Example


Text Example

White with #AC2DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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