Html Css Color HEX #AC308B Medium Red Violet

📋 copy color: '#AC308B'

red 172 ◦ green 48 ◦ blue 139

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

Shades of Medium Red Violet #AC308B

Tints of Medium Red Violet #AC308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 47.91%
G = 13.37%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC308B (or 0xAC308B) is known color: Medium Red Violet. HEX triplet: AC, 30 and 8B. RGB value is (172,48,139). Sum of RGB (Red+Green+Blue) = 172+48+139=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC308B is #53CF74. Grayscale: #5F5F5F. Windows color (decimal): -5492597 or 9121964. OLE color: 9121964.

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

Color convert

RGB 172 48 139 -
CMYK 0 0.72 0.19 0.33
HSL 315.97º 0.56% 0.43% -
HSV(B) 315.97º 0.72% 0.67% -
XYZ 22.73 12.75 25.69 -
YUV 95.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 172 48 139 0 0.72 0.19 0.33 315.97 0.56 0.43
Hex AC 30 8B 0 48 13 21 13C 38 2B
Octal 254 60 213 0 110 23 41 474 70 53
Binary 10101100 110000 10001011 0 1001000 10011 100001 100111100 111000 101011

Color Harmonies of #AC308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC308B

Black with #AC308B

Text Example


Text Example

White with #AC308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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