Html Css Color HEX #AC258A Medium Red Violet

📋 copy color: '#AC258A'

red 172 ◦ green 37 ◦ blue 138

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

Shades of Medium Red Violet #AC258A

Tints of Medium Red Violet #AC258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.66%

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

R = 49.57%
G = 10.66%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC258A (or 0xAC258A) is known color: Medium Red Violet. HEX triplet: AC, 25 and 8A. RGB value is (172,37,138). Sum of RGB (Red+Green+Blue) = 172+37+138=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC258A is #53DA75. Grayscale: #585858. Windows color (decimal): -5495414 or 9053612. OLE color: 9053612.

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

Color convert

RGB 172 37 138 -
CMYK 0 0.78 0.20 0.33
HSL 315.11º 0.65% 0.41% -
HSV(B) 315.11º 0.78% 0.67% -
XYZ 22.26 11.93 25.17 -
YUV 88.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 172 37 138 0 0.78 0.20 0.33 315.11 0.65 0.41
Hex AC 25 8A 0 4E 14 21 13B 41 29
Octal 254 45 212 0 116 24 41 473 101 51
Binary 10101100 100101 10001010 0 1001110 10100 100001 100111011 1000001 101001

Color Harmonies of #AC258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC258A

Black with #AC258A

Text Example


Text Example

White with #AC258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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