Html Css Color HEX #AC307F Medium Red Violet

📋 copy color: '#AC307F'

red 172 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #AC307F

Tints of Medium Red Violet #AC307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 49.57%
G = 13.83%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC307F (or 0xAC307F) is known color: Medium Red Violet. HEX triplet: AC, 30 and 7F. RGB value is (172,48,127). Sum of RGB (Red+Green+Blue) = 172+48+127=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC307F is #53CF80. Grayscale: #5D5D5D. Windows color (decimal): -5492609 or 8335532. OLE color: 8335532.

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

Color convert

RGB 172 48 127 -
CMYK 0 0.72 0.26 0.33
HSL 321.77º 0.56% 0.43% -
HSV(B) 321.77º 0.72% 0.67% -
XYZ 21.9 12.42 21.32 -
YUV 94.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 172 48 127 0 0.72 0.26 0.33 321.77 0.56 0.43
Hex AC 30 7F 0 48 1A 21 142 38 2B
Octal 254 60 177 0 110 32 41 502 70 53
Binary 10101100 110000 1111111 0 1001000 11010 100001 101000010 111000 101011

Color Harmonies of #AC307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC307F

Black with #AC307F

Text Example


Text Example

White with #AC307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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