Html Css Color HEX #AC30A6 Medium Red Violet

📋 copy color: '#AC30A6'

red 172 ◦ green 48 ◦ blue 166

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

Shades of Medium Red Violet #AC30A6

Tints of Medium Red Violet #AC30A6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.44%

 BLUE value IS 166 (65.23% from 255) = 43.01%

R = 44.56%
G = 12.44%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC30A6 (or 0xAC30A6) is known color: Medium Red Violet. HEX triplet: AC, 30 and A6. RGB value is (172,48,166). Sum of RGB (Red+Green+Blue) = 172+48+166=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC30A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC30A6 is #53CF59. Grayscale: #626262. Windows color (decimal): -5492570 or 10891436. OLE color: 10891436.

HSL color Cylindrical-coordinate representation of color #AC30A6: hue angle of 302.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC30A6 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 166 -
CMYK 0 0.72 0.03 0.33
HSL 302.9º 0.56% 0.43% -
HSV(B) 302.9º 0.72% 0.67% -
XYZ 24.95 13.64 37.39 -
YUV 98.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 172 48 166 0 0.72 0.03 0.33 302.9 0.56 0.43
Hex AC 30 A6 0 48 3 21 12F 38 2B
Octal 254 60 246 0 110 3 41 457 70 53
Binary 10101100 110000 10100110 0 1001000 11 100001 100101111 111000 101011

Color Harmonies of #AC30A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30A6

Black with #AC30A6

Text Example


Text Example

White with #AC30A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30A6; }

 p { color: rgb(172,48,166); }

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

background-color css

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

 a { background-color: rgb(172,48,166); }

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

border-color css

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

 span { border-color: rgb(172,48,166); }

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