Html Css Color HEX #AC468A Medium Red Violet

📋 copy color: '#AC468A'

red 172 ◦ green 70 ◦ blue 138

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

Shades of Medium Red Violet #AC468A

Tints of Medium Red Violet #AC468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.42%

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

R = 45.26%
G = 18.42%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC468A (or 0xAC468A) is known color: Medium Red Violet. HEX triplet: AC, 46 and 8A. RGB value is (172,70,138). Sum of RGB (Red+Green+Blue) = 172+70+138=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC468A is #53B975. Grayscale: #6C6C6C. Windows color (decimal): -5486966 or 9062060. OLE color: 9062060.

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

Color convert

RGB 172 70 138 -
CMYK 0 0.59 0.20 0.33
HSL 320º 0.42% 0.47% -
HSV(B) 320º 0.59% 0.67% -
XYZ 23.79 14.99 25.68 -
YUV 108.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 172 70 138 0 0.59 0.20 0.33 320 0.42 0.47
Hex AC 46 8A 0 3B 14 21 140 2A 2F
Octal 254 106 212 0 73 24 41 500 52 57
Binary 10101100 1000110 10001010 0 111011 10100 100001 101000000 101010 101111

Color Harmonies of #AC468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC468A

Black with #AC468A

Text Example


Text Example

White with #AC468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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