Html Css Color HEX #AC258B Medium Red Violet

📋 copy color: '#AC258B'

red 172 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #AC258B

Tints of Medium Red Violet #AC258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 49.43%
G = 10.63%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC258B (or 0xAC258B) is known color: Medium Red Violet. HEX triplet: AC, 25 and 8B. RGB value is (172,37,139). Sum of RGB (Red+Green+Blue) = 172+37+139=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC258B is #53DA74. Grayscale: #585858. Windows color (decimal): -5495413 or 9119148. OLE color: 9119148.

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

Color convert

RGB 172 37 139 -
CMYK 0 0.78 0.19 0.33
HSL 314.67º 0.65% 0.41% -
HSV(B) 314.67º 0.78% 0.67% -
XYZ 22.34 11.96 25.56 -
YUV 88.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 172 37 139 0 0.78 0.19 0.33 314.67 0.65 0.41
Hex AC 25 8B 0 4E 13 21 13B 41 29
Octal 254 45 213 0 116 23 41 473 101 51
Binary 10101100 100101 10001011 0 1001110 10011 100001 100111011 1000001 101001

Color Harmonies of #AC258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC258B

Black with #AC258B

Text Example


Text Example

White with #AC258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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