Html Css Color HEX #AC248A Medium Red Violet

📋 copy color: '#AC248A'

red 172 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #AC248A

Tints of Medium Red Violet #AC248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 49.71%
G = 10.4%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC248A (or 0xAC248A) is known color: Medium Red Violet. HEX triplet: AC, 24 and 8A. RGB value is (172,36,138). Sum of RGB (Red+Green+Blue) = 172+36+138=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC248A is #53DB75. Grayscale: #585858. Windows color (decimal): -5495670 or 9053356. OLE color: 9053356.

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

Color convert

RGB 172 36 138 -
CMYK 0 0.79 0.20 0.33
HSL 315º 0.65% 0.41% -
HSV(B) 315º 0.79% 0.67% -
XYZ 22.23 11.87 25.16 -
YUV 88.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 172 36 138 0 0.79 0.20 0.33 315 0.65 0.41
Hex AC 24 8A 0 4F 14 21 13B 41 29
Octal 254 44 212 0 117 24 41 473 101 51
Binary 10101100 100100 10001010 0 1001111 10100 100001 100111011 1000001 101001

Color Harmonies of #AC248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC248A

Black with #AC248A

Text Example


Text Example

White with #AC248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC248A; }

 p { color: rgb(172,36,138); }

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

background-color css

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

 a { background-color: rgb(172,36,138); }

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

border-color css

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

 span { border-color: rgb(172,36,138); }

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