Html Css Color HEX #AC35A1 Medium Red Violet

📋 copy color: '#AC35A1'

red 172 ◦ green 53 ◦ blue 161

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

Shades of Medium Red Violet #AC35A1

Tints of Medium Red Violet #AC35A1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.73%

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

R = 44.56%
G = 13.73%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC35A1 (or 0xAC35A1) is known color: Medium Red Violet. HEX triplet: AC, 35 and A1. RGB value is (172,53,161). Sum of RGB (Red+Green+Blue) = 172+53+161=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC35A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC35A1 is #53CA5E. Grayscale: #646464. Windows color (decimal): -5491295 or 10565036. OLE color: 10565036.

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

Color convert

RGB 172 53 161 -
CMYK 0 0.69 0.06 0.33
HSL 305.55º 0.53% 0.44% -
HSV(B) 305.55º 0.69% 0.67% -
XYZ 24.72 13.89 35.1 -
YUV 100.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 172 53 161 0 0.69 0.06 0.33 305.55 0.53 0.44
Hex AC 35 A1 0 45 6 21 132 35 2C
Octal 254 65 241 0 105 6 41 462 65 54
Binary 10101100 110101 10100001 0 1000101 110 100001 100110010 110101 101100

Color Harmonies of #AC35A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC35A1

Black with #AC35A1

Text Example


Text Example

White with #AC35A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC35A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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