Html Css Color HEX #AC10BE Dark Violet

📋 copy color: '#AC10BE'

red 172 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #AC10BE

Tints of Dark Violet #AC10BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.23%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 45.5%
G = 4.23%
B = 50.26%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC10BE (or 0xAC10BE) is known color: Dark Violet. HEX triplet: AC, 10 and BE. RGB value is (172,16,190). Sum of RGB (Red+Green+Blue) = 172+16+190=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10BE is #53EF41. Grayscale: #515151. Windows color (decimal): -5500738 or 12456108. OLE color: 12456108.

HSL color Cylindrical-coordinate representation of color #AC10BE: hue angle of 293.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC10BE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 16 190 -
CMYK 0.09 0.92 0 0.25
HSL 293.79º 0.84% 0.4% -
HSV(B) 293.79º 0.92% 0.75% -
XYZ 26.49 12.86 49.8 -
YUV 82.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 172 16 190 0.09 0.92 0 0.25 293.79 0.84 0.4
Hex AC 10 BE 9 5C 0 19 126 54 28
Octal 254 20 276 11 134 0 31 446 124 50
Binary 10101100 10000 10111110 1001 1011100 0 11001 100100110 1010100 101000

Color Harmonies of #AC10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10BE

Black with #AC10BE

Text Example


Text Example

White with #AC10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10BE; }

 p { color: rgb(172,16,190); }

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

background-color css

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

 a { background-color: rgb(172,16,190); }

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

border-color css

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

 span { border-color: rgb(172,16,190); }

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