Html Css Color HEX #AC13C1 Dark Violet

📋 copy color: '#AC13C1'

red 172 ◦ green 19 ◦ blue 193

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

Shades of Dark Violet #AC13C1

Tints of Dark Violet #AC13C1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.95%

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 44.79%
G = 4.95%
B = 50.26%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC13C1 (or 0xAC13C1) is known color: Dark Violet. HEX triplet: AC, 13 and C1. RGB value is (172,19,193). Sum of RGB (Red+Green+Blue) = 172+19+193=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC13C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13C1 is #53EC3E. Grayscale: #545454. Windows color (decimal): -5499967 or 12653484. OLE color: 12653484.

HSL color Cylindrical-coordinate representation of color #AC13C1: hue angle of 292.76º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC13C1 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 19 193 -
CMYK 0.11 0.90 0 0.24
HSL 292.76º 0.82% 0.42% -
HSV(B) 292.76º 0.9% 0.76% -
XYZ 26.87 13.09 51.56 -
YUV 84.58 189.19 190.35 -
System Red Green Blue C M Y K H S L
Decimal 172 19 193 0.11 0.90 0 0.24 292.76 0.82 0.42
Hex AC 13 C1 B 5A 0 18 125 52 2A
Octal 254 23 301 13 132 0 30 445 122 52
Binary 10101100 10011 11000001 1011 1011010 0 11000 100100101 1010010 101010

Color Harmonies of #AC13C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13C1

Black with #AC13C1

Text Example


Text Example

White with #AC13C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13C1; }

 p { color: rgb(172,19,193); }

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

background-color css

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

 a { background-color: rgb(172,19,193); }

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

border-color css

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

 span { border-color: rgb(172,19,193); }

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