Html Css Color HEX #AC227B Medium Red Violet

📋 copy color: '#AC227B'

red 172 ◦ green 34 ◦ blue 123

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

Shades of Medium Red Violet #AC227B

Tints of Medium Red Violet #AC227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 52.28%
G = 10.33%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC227B (or 0xAC227B) is known color: Medium Red Violet. HEX triplet: AC, 22 and 7B. RGB value is (172,34,123). Sum of RGB (Red+Green+Blue) = 172+34+123=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC227B is #53DD84. Grayscale: #555555. Windows color (decimal): -5496197 or 8069804. OLE color: 8069804.

HSL color Cylindrical-coordinate representation of color #AC227B: hue angle of 321.3º 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 #AC227B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 34 123 -
CMYK 0 0.80 0.28 0.33
HSL 321.3º 0.67% 0.4% -
HSV(B) 321.3º 0.8% 0.67% -
XYZ 21.16 11.34 19.81 -
YUV 85.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 172 34 123 0 0.80 0.28 0.33 321.3 0.67 0.4
Hex AC 22 7B 0 50 1C 21 141 43 28
Octal 254 42 173 0 120 34 41 501 103 50
Binary 10101100 100010 1111011 0 1010000 11100 100001 101000001 1000011 101000

Color Harmonies of #AC227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC227B

Black with #AC227B

Text Example


Text Example

White with #AC227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC227B; }

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

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

background-color css

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

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

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

border-color css

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

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

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