Html Css Color HEX #AC209B Medium Red Violet

📋 copy color: '#AC209B'

red 172 ◦ green 32 ◦ blue 155

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

Shades of Medium Red Violet #AC209B

Tints of Medium Red Violet #AC209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.91%

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

R = 47.91%
G = 8.91%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC209B (or 0xAC209B) is known color: Medium Red Violet. HEX triplet: AC, 20 and 9B. RGB value is (172,32,155). Sum of RGB (Red+Green+Blue) = 172+32+155=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC209B is #53DF64. Grayscale: #575757. Windows color (decimal): -5496677 or 10166444. OLE color: 10166444.

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

Color convert

RGB 172 32 155 -
CMYK 0 0.81 0.10 0.33
HSL 307.29º 0.69% 0.4% -
HSV(B) 307.29º 0.81% 0.67% -
XYZ 23.45 12.17 32.12 -
YUV 87.88 165.88 188 -
System Red Green Blue C M Y K H S L
Decimal 172 32 155 0 0.81 0.10 0.33 307.29 0.69 0.4
Hex AC 20 9B 0 51 A 21 133 45 28
Octal 254 40 233 0 121 12 41 463 105 50
Binary 10101100 100000 10011011 0 1010001 1010 100001 100110011 1000101 101000

Color Harmonies of #AC209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC209B

Black with #AC209B

Text Example


Text Example

White with #AC209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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