Html Css Color HEX #AC23A2 Medium Red Violet

📋 copy color: '#AC23A2'

red 172 ◦ green 35 ◦ blue 162

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

Shades of Medium Red Violet #AC23A2

Tints of Medium Red Violet #AC23A2

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.49%

 BLUE value IS 162 (63.67% from 255) = 43.9%

R = 46.61%
G = 9.49%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC23A2 (or 0xAC23A2) is known color: Medium Red Violet. HEX triplet: AC, 23 and A2. RGB value is (172,35,162). Sum of RGB (Red+Green+Blue) = 172+35+162=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC23A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC23A2 is #53DC5D. Grayscale: #5A5A5A. Windows color (decimal): -5495902 or 10625964. OLE color: 10625964.

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

Color convert

RGB 172 35 162 -
CMYK 0 0.80 0.06 0.33
HSL 304.38º 0.66% 0.41% -
HSV(B) 304.38º 0.8% 0.67% -
XYZ 24.14 12.58 35.34 -
YUV 90.44 168.39 186.17 -
System Red Green Blue C M Y K H S L
Decimal 172 35 162 0 0.80 0.06 0.33 304.38 0.66 0.41
Hex AC 23 A2 0 50 6 21 130 42 29
Octal 254 43 242 0 120 6 41 460 102 51
Binary 10101100 100011 10100010 0 1010000 110 100001 100110000 1000010 101001

Color Harmonies of #AC23A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23A2

Black with #AC23A2

Text Example


Text Example

White with #AC23A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23A2; }

 p { color: rgb(172,35,162); }

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

background-color css

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

 a { background-color: rgb(172,35,162); }

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

border-color css

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

 span { border-color: rgb(172,35,162); }

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