Html Css Color HEX #AC229B Medium Red Violet

📋 copy color: '#AC229B'

red 172 ◦ green 34 ◦ blue 155

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

Shades of Medium Red Violet #AC229B

Tints of Medium Red Violet #AC229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.42%

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

R = 47.65%
G = 9.42%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC229B (or 0xAC229B) is known color: Medium Red Violet. HEX triplet: AC, 22 and 9B. RGB value is (172,34,155). Sum of RGB (Red+Green+Blue) = 172+34+155=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC229B is #53DD64. Grayscale: #585858. Windows color (decimal): -5496165 or 10166956. OLE color: 10166956.

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

Color convert

RGB 172 34 155 -
CMYK 0 0.80 0.10 0.33
HSL 307.39º 0.67% 0.4% -
HSV(B) 307.39º 0.8% 0.67% -
XYZ 23.5 12.28 32.14 -
YUV 89.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 172 34 155 0 0.80 0.10 0.33 307.39 0.67 0.4
Hex AC 22 9B 0 50 A 21 133 43 28
Octal 254 42 233 0 120 12 41 463 103 50
Binary 10101100 100010 10011011 0 1010000 1010 100001 100110011 1000011 101000

Color Harmonies of #AC229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC229B

Black with #AC229B

Text Example


Text Example

White with #AC229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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