Html Css Color HEX #AC409B Medium Red Violet

📋 copy color: '#AC409B'

red 172 ◦ green 64 ◦ blue 155

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

Shades of Medium Red Violet #AC409B

Tints of Medium Red Violet #AC409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 43.99%
G = 16.37%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC409B (or 0xAC409B) is known color: Medium Red Violet. HEX triplet: AC, 40 and 9B. RGB value is (172,64,155). Sum of RGB (Red+Green+Blue) = 172+64+155=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC409B is #53BF64. Grayscale: #6A6A6A. Windows color (decimal): -5488485 or 10174636. OLE color: 10174636.

HSL color Cylindrical-coordinate representation of color #AC409B: hue angle of 309.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC409B is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 155 -
CMYK 0 0.63 0.10 0.33
HSL 309.44º 0.46% 0.46% -
HSV(B) 309.44º 0.63% 0.67% -
XYZ 24.76 14.8 32.56 -
YUV 106.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 172 64 155 0 0.63 0.10 0.33 309.44 0.46 0.46
Hex AC 40 9B 0 3F A 21 135 2E 2E
Octal 254 100 233 0 77 12 41 465 56 56
Binary 10101100 1000000 10011011 0 111111 1010 100001 100110101 101110 101110

Color Harmonies of #AC409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC409B

Black with #AC409B

Text Example


Text Example

White with #AC409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC409B; }

 p { color: rgb(172,64,155); }

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

background-color css

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

 a { background-color: rgb(172,64,155); }

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

border-color css

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

 span { border-color: rgb(172,64,155); }

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