Html Css Color HEX #AC13CE Dark Violet

📋 copy color: '#AC13CE'

red 172 ◦ green 19 ◦ blue 206

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

Shades of Dark Violet #AC13CE

Tints of Dark Violet #AC13CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 43.32%
G = 4.79%
B = 51.89%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC13CE (or 0xAC13CE) is known color: Dark Violet. HEX triplet: AC, 13 and CE. RGB value is (172,19,206). Sum of RGB (Red+Green+Blue) = 172+19+206=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC13CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13CE is #53EC31. Grayscale: #555555. Windows color (decimal): -5499954 or 13505452. OLE color: 13505452.

HSL color Cylindrical-coordinate representation of color #AC13CE: hue angle of 289.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC13CE is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 19 206 -
CMYK 0.17 0.91 0 0.19
HSL 289.09º 0.83% 0.44% -
HSV(B) 289.09º 0.91% 0.81% -
XYZ 28.39 13.69 59.54 -
YUV 86.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 172 19 206 0.17 0.91 0 0.19 289.09 0.83 0.44
Hex AC 13 CE 11 5B 0 13 121 53 2C
Octal 254 23 316 21 133 0 23 441 123 54
Binary 10101100 10011 11001110 10001 1011011 0 10011 100100001 1010011 101100

Color Harmonies of #AC13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13CE

Black with #AC13CE

Text Example


Text Example

White with #AC13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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