Html Css Color HEX #AC2675 Medium Red Violet

📋 copy color: '#AC2675'

red 172 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #AC2675

Tints of Medium Red Violet #AC2675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 52.6%
G = 11.62%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC2675 (or 0xAC2675) is known color: Medium Red Violet. HEX triplet: AC, 26 and 75. RGB value is (172,38,117). Sum of RGB (Red+Green+Blue) = 172+38+117=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2675 is #53D98A. Grayscale: #565656. Windows color (decimal): -5495179 or 7677612. OLE color: 7677612.

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

Color convert

RGB 172 38 117 -
CMYK 0 0.78 0.32 0.33
HSL 324.63º 0.64% 0.41% -
HSV(B) 324.63º 0.78% 0.67% -
XYZ 20.92 11.44 17.94 -
YUV 87.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 172 38 117 0 0.78 0.32 0.33 324.63 0.64 0.41
Hex AC 26 75 0 4E 20 21 145 40 29
Octal 254 46 165 0 116 40 41 505 100 51
Binary 10101100 100110 1110101 0 1001110 100000 100001 101000101 1000000 101001

Color Harmonies of #AC2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2675

Black with #AC2675

Text Example


Text Example

White with #AC2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2675; }

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

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

background-color css

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

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

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

border-color css

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

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

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