Html Css Color HEX #AC458A Medium Red Violet

📋 copy color: '#AC458A'

red 172 ◦ green 69 ◦ blue 138

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

Shades of Medium Red Violet #AC458A

Tints of Medium Red Violet #AC458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.21%

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

R = 45.38%
G = 18.21%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC458A (or 0xAC458A) is known color: Medium Red Violet. HEX triplet: AC, 45 and 8A. RGB value is (172,69,138). Sum of RGB (Red+Green+Blue) = 172+69+138=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC458A is #53BA75. Grayscale: #6B6B6B. Windows color (decimal): -5487222 or 9061804. OLE color: 9061804.

HSL color Cylindrical-coordinate representation of color #AC458A: hue angle of 319.81º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC458A is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 138 -
CMYK 0 0.60 0.20 0.33
HSL 319.81º 0.43% 0.47% -
HSV(B) 319.81º 0.6% 0.67% -
XYZ 23.73 14.86 25.66 -
YUV 107.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 172 69 138 0 0.60 0.20 0.33 319.81 0.43 0.47
Hex AC 45 8A 0 3C 14 21 140 2B 2F
Octal 254 105 212 0 74 24 41 500 53 57
Binary 10101100 1000101 10001010 0 111100 10100 100001 101000000 101011 101111

Color Harmonies of #AC458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC458A

Black with #AC458A

Text Example


Text Example

White with #AC458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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