Html Css Color HEX #AC13D0 Dark Violet

📋 copy color: '#AC13D0'

red 172 ◦ green 19 ◦ blue 208

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

Shades of Dark Violet #AC13D0

Tints of Dark Violet #AC13D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 43.11%
G = 4.76%
B = 52.13%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC13D0 (or 0xAC13D0) is known color: Dark Violet. HEX triplet: AC, 13 and D0. RGB value is (172,19,208). Sum of RGB (Red+Green+Blue) = 172+19+208=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC13D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13D0 is #53EC2F. Grayscale: #555555. Windows color (decimal): -5499952 or 13636524. OLE color: 13636524.

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

Color convert

RGB 172 19 208 -
CMYK 0.17 0.91 0 0.18
HSL 288.57º 0.83% 0.45% -
HSV(B) 288.57º 0.91% 0.82% -
XYZ 28.63 13.79 60.83 -
YUV 86.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 172 19 208 0.17 0.91 0 0.18 288.57 0.83 0.45
Hex AC 13 D0 11 5B 0 12 121 53 2D
Octal 254 23 320 21 133 0 22 441 123 55
Binary 10101100 10011 11010000 10001 1011011 0 10010 100100001 1010011 101101

Color Harmonies of #AC13D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13D0

Black with #AC13D0

Text Example


Text Example

White with #AC13D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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