Html Css Color HEX #AC0CE6 Dark Violet

📋 copy color: '#AC0CE6'

red 172 ◦ green 12 ◦ blue 230

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

Shades of Dark Violet #AC0CE6

Tints of Dark Violet #AC0CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.9%

 BLUE value IS 230 (90.23% from 255) = 55.56%

R = 41.55%
G = 2.9%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC0CE6 (or 0xAC0CE6) is known color: Dark Violet. HEX triplet: AC, 0C and E6. RGB value is (172,12,230). Sum of RGB (Red+Green+Blue) = 172+12+230=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC0CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CE6 is #53F319. Grayscale: #535353. Windows color (decimal): -5501722 or 15076524. OLE color: 15076524.

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

Color convert

RGB 172 12 230 -
CMYK 0.25 0.95 0 0.10
HSL 284.04º 0.9% 0.47% -
HSV(B) 284.04º 0.95% 0.9% -
XYZ 31.43 14.75 76.05 -
YUV 84.69 210.01 190.27 -
System Red Green Blue C M Y K H S L
Decimal 172 12 230 0.25 0.95 0 0.10 284.04 0.9 0.47
Hex AC C E6 19 5F 0 A 11C 5A 2F
Octal 254 14 346 31 137 0 12 434 132 57
Binary 10101100 1100 11100110 11001 1011111 0 1010 100011100 1011010 101111

Color Harmonies of #AC0CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CE6

Black with #AC0CE6

Text Example


Text Example

White with #AC0CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CE6; }

 p { color: rgb(172,12,230); }

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

background-color css

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

 a { background-color: rgb(172,12,230); }

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

border-color css

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

 span { border-color: rgb(172,12,230); }

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