Html Css Color HEX #AC12D0 Dark Violet

📋 copy color: '#AC12D0'

red 172 ◦ green 18 ◦ blue 208

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

Shades of Dark Violet #AC12D0

Tints of Dark Violet #AC12D0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.52%

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

R = 43.22%
G = 4.52%
B = 52.26%

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

#AC12D0 (or 0xAC12D0) is known color: Dark Violet. HEX triplet: AC, 12 and D0. RGB value is (172,18,208). Sum of RGB (Red+Green+Blue) = 172+18+208=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC12D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12D0 is #53ED2F. Grayscale: #555555. Windows color (decimal): -5500208 or 13636268. OLE color: 13636268.

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

Color convert

RGB 172 18 208 -
CMYK 0.17 0.91 0 0.18
HSL 288.63º 0.84% 0.44% -
HSV(B) 288.63º 0.91% 0.82% -
XYZ 28.61 13.76 60.82 -
YUV 85.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 172 18 208 0.17 0.91 0 0.18 288.63 0.84 0.44
Hex AC 12 D0 11 5B 0 12 121 54 2C
Octal 254 22 320 21 133 0 22 441 124 54
Binary 10101100 10010 11010000 10001 1011011 0 10010 100100001 1010100 101100

Color Harmonies of #AC12D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12D0

Black with #AC12D0

Text Example


Text Example

White with #AC12D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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