Html Css Color HEX #AC309B Medium Red Violet

📋 copy color: '#AC309B'

red 172 ◦ green 48 ◦ blue 155

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

Shades of Medium Red Violet #AC309B

Tints of Medium Red Violet #AC309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 45.87%
G = 12.8%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC309B (or 0xAC309B) is known color: Medium Red Violet. HEX triplet: AC, 30 and 9B. RGB value is (172,48,155). Sum of RGB (Red+Green+Blue) = 172+48+155=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC309B is #53CF64. Grayscale: #606060. Windows color (decimal): -5492581 or 10170540. OLE color: 10170540.

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

Color convert

RGB 172 48 155 -
CMYK 0 0.72 0.10 0.33
HSL 308.23º 0.56% 0.43% -
HSV(B) 308.23º 0.72% 0.67% -
XYZ 23.99 13.25 32.3 -
YUV 97.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 172 48 155 0 0.72 0.10 0.33 308.23 0.56 0.43
Hex AC 30 9B 0 48 A 21 134 38 2B
Octal 254 60 233 0 110 12 41 464 70 53
Binary 10101100 110000 10011011 0 1001000 1010 100001 100110100 111000 101011

Color Harmonies of #AC309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC309B

Black with #AC309B

Text Example


Text Example

White with #AC309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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