Html Css Color HEX #AC368A Medium Red Violet

📋 copy color: '#AC368A'

red 172 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #AC368A

Tints of Medium Red Violet #AC368A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.84%

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 47.25%
G = 14.84%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC368A (or 0xAC368A) is known color: Medium Red Violet. HEX triplet: AC, 36 and 8A. RGB value is (172,54,138). Sum of RGB (Red+Green+Blue) = 172+54+138=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC368A is #53C975. Grayscale: #626262. Windows color (decimal): -5491062 or 9057964. OLE color: 9057964.

HSL color Cylindrical-coordinate representation of color #AC368A: hue angle of 317.29º degrees, saturation: 0.52, 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 #AC368A is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 54 138 -
CMYK 0 0.69 0.20 0.33
HSL 317.29º 0.52% 0.44% -
HSV(B) 317.29º 0.69% 0.67% -
XYZ 22.92 13.24 25.39 -
YUV 98.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 172 54 138 0 0.69 0.20 0.33 317.29 0.52 0.44
Hex AC 36 8A 0 45 14 21 13D 34 2C
Octal 254 66 212 0 105 24 41 475 64 54
Binary 10101100 110110 10001010 0 1000101 10100 100001 100111101 110100 101100

Color Harmonies of #AC368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC368A

Black with #AC368A

Text Example


Text Example

White with #AC368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC368A; }

 p { color: rgb(172,54,138); }

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

background-color css

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

 a { background-color: rgb(172,54,138); }

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

border-color css

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

 span { border-color: rgb(172,54,138); }

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