Html Css Color HEX #AC13C0 Dark Violet

📋 copy color: '#AC13C0'

red 172 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #AC13C0

Tints of Dark Violet #AC13C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 44.91%
G = 4.96%
B = 50.13%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC13C0 (or 0xAC13C0) is known color: Dark Violet. HEX triplet: AC, 13 and C0. RGB value is (172,19,192). Sum of RGB (Red+Green+Blue) = 172+19+192=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC13C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13C0 is #53EC3F. Grayscale: #535353. Windows color (decimal): -5499968 or 12587948. OLE color: 12587948.

HSL color Cylindrical-coordinate representation of color #AC13C0: hue angle of 293.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC13C0 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 19 192 -
CMYK 0.10 0.90 0 0.25
HSL 293.06º 0.82% 0.41% -
HSV(B) 293.06º 0.9% 0.75% -
XYZ 26.76 13.04 50.98 -
YUV 84.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 172 19 192 0.10 0.90 0 0.25 293.06 0.82 0.41
Hex AC 13 C0 A 5A 0 19 125 52 29
Octal 254 23 300 12 132 0 31 445 122 51
Binary 10101100 10011 11000000 1010 1011010 0 11001 100100101 1010010 101001

Color Harmonies of #AC13C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13C0

Black with #AC13C0

Text Example


Text Example

White with #AC13C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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