Html Css Color HEX #AC267E Medium Red Violet

📋 copy color: '#AC267E'

red 172 ◦ green 38 ◦ blue 126

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

Shades of Medium Red Violet #AC267E

Tints of Medium Red Violet #AC267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 51.19%
G = 11.31%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC267E (or 0xAC267E) is known color: Medium Red Violet. HEX triplet: AC, 26 and 7E. RGB value is (172,38,126). Sum of RGB (Red+Green+Blue) = 172+38+126=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC267E is #53D981. Grayscale: #575757. Windows color (decimal): -5495170 or 8267436. OLE color: 8267436.

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

Color convert

RGB 172 38 126 -
CMYK 0 0.78 0.27 0.33
HSL 320.6º 0.64% 0.41% -
HSV(B) 320.6º 0.78% 0.67% -
XYZ 21.47 11.66 20.86 -
YUV 88.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 172 38 126 0 0.78 0.27 0.33 320.6 0.64 0.41
Hex AC 26 7E 0 4E 1B 21 141 40 29
Octal 254 46 176 0 116 33 41 501 100 51
Binary 10101100 100110 1111110 0 1001110 11011 100001 101000001 1000000 101001

Color Harmonies of #AC267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC267E

Black with #AC267E

Text Example


Text Example

White with #AC267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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