Html Css Color HEX #AC267C Medium Red Violet

📋 copy color: '#AC267C'

red 172 ◦ green 38 ◦ blue 124

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

Shades of Medium Red Violet #AC267C

Tints of Medium Red Violet #AC267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.38%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 51.5%
G = 11.38%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC267C (or 0xAC267C) is known color: Medium Red Violet. HEX triplet: AC, 26 and 7C. RGB value is (172,38,124). Sum of RGB (Red+Green+Blue) = 172+38+124=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC267C is #53D983. Grayscale: #575757. Windows color (decimal): -5495172 or 8136364. OLE color: 8136364.

HSL color Cylindrical-coordinate representation of color #AC267C: hue angle of 321.49º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC267C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 124 -
CMYK 0 0.78 0.28 0.33
HSL 321.49º 0.64% 0.41% -
HSV(B) 321.49º 0.78% 0.67% -
XYZ 21.34 11.61 20.19 -
YUV 87.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 172 38 124 0 0.78 0.28 0.33 321.49 0.64 0.41
Hex AC 26 7C 0 4E 1C 21 141 40 29
Octal 254 46 174 0 116 34 41 501 100 51
Binary 10101100 100110 1111100 0 1001110 11100 100001 101000001 1000000 101001

Color Harmonies of #AC267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC267C

Black with #AC267C

Text Example


Text Example

White with #AC267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC267C; }

 p { color: rgb(172,38,124); }

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

background-color css

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

 a { background-color: rgb(172,38,124); }

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

border-color css

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

 span { border-color: rgb(172,38,124); }

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