Html Css Color HEX #AC0BCE Dark Violet

📋 copy color: '#AC0BCE'

red 172 ◦ green 11 ◦ blue 206

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

Shades of Dark Violet #AC0BCE

Tints of Dark Violet #AC0BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.83%

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

R = 44.22%
G = 2.83%
B = 52.96%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC0BCE (or 0xAC0BCE) is known color: Dark Violet. HEX triplet: AC, 0B and CE. RGB value is (172,11,206). Sum of RGB (Red+Green+Blue) = 172+11+206=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC0BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BCE is #53F431. Grayscale: #505050. Windows color (decimal): -5502002 or 13503404. OLE color: 13503404.

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

Color convert

RGB 172 11 206 -
CMYK 0.17 0.95 0 0.19
HSL 289.54º 0.9% 0.43% -
HSV(B) 289.54º 0.95% 0.81% -
XYZ 28.27 13.47 59.5 -
YUV 81.37 198.34 192.64 -
System Red Green Blue C M Y K H S L
Decimal 172 11 206 0.17 0.95 0 0.19 289.54 0.9 0.43
Hex AC B CE 11 5F 0 13 122 5A 2B
Octal 254 13 316 21 137 0 23 442 132 53
Binary 10101100 1011 11001110 10001 1011111 0 10011 100100010 1011010 101011

Color Harmonies of #AC0BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BCE

Black with #AC0BCE

Text Example


Text Example

White with #AC0BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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