Html Css Color HEX #AC266F Medium Red Violet

📋 copy color: '#AC266F'

red 172 ◦ green 38 ◦ blue 111

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

Shades of Medium Red Violet #AC266F

Tints of Medium Red Violet #AC266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 53.58%
G = 11.84%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC266F (or 0xAC266F) is known color: Medium Red Violet. HEX triplet: AC, 26 and 6F. RGB value is (172,38,111). Sum of RGB (Red+Green+Blue) = 172+38+111=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC266F is #53D990. Grayscale: #565656. Windows color (decimal): -5495185 or 7284396. OLE color: 7284396.

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

Color convert

RGB 172 38 111 -
CMYK 0 0.78 0.35 0.33
HSL 327.31º 0.64% 0.41% -
HSV(B) 327.31º 0.78% 0.67% -
XYZ 20.58 11.3 16.14 -
YUV 86.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 172 38 111 0 0.78 0.35 0.33 327.31 0.64 0.41
Hex AC 26 6F 0 4E 23 21 147 40 29
Octal 254 46 157 0 116 43 41 507 100 51
Binary 10101100 100110 1101111 0 1001110 100011 100001 101000111 1000000 101001

Color Harmonies of #AC266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC266F

Black with #AC266F

Text Example


Text Example

White with #AC266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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