Html Css Color HEX #AC308A Medium Red Violet

📋 copy color: '#AC308A'

red 172 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #AC308A

Tints of Medium Red Violet #AC308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

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

R = 48.04%
G = 13.41%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC308A (or 0xAC308A) is known color: Medium Red Violet. HEX triplet: AC, 30 and 8A. RGB value is (172,48,138). Sum of RGB (Red+Green+Blue) = 172+48+138=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC308A is #53CF75. Grayscale: #5F5F5F. Windows color (decimal): -5492598 or 9056428. OLE color: 9056428.

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

Color convert

RGB 172 48 138 -
CMYK 0 0.72 0.20 0.33
HSL 316.45º 0.56% 0.43% -
HSV(B) 316.45º 0.72% 0.67% -
XYZ 22.66 12.72 25.31 -
YUV 95.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 172 48 138 0 0.72 0.20 0.33 316.45 0.56 0.43
Hex AC 30 8A 0 48 14 21 13C 38 2B
Octal 254 60 212 0 110 24 41 474 70 53
Binary 10101100 110000 10001010 0 1001000 10100 100001 100111100 111000 101011

Color Harmonies of #AC308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC308A

Black with #AC308A

Text Example


Text Example

White with #AC308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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