Html Css Color HEX #AC0BE1 Dark Violet

📋 copy color: '#AC0BE1'

red 172 ◦ green 11 ◦ blue 225

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

Shades of Dark Violet #AC0BE1

Tints of Dark Violet #AC0BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.15%

R = 42.16%
G = 2.7%
B = 55.15%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC0BE1 (or 0xAC0BE1) is known color: Dark Violet. HEX triplet: AC, 0B and E1. RGB value is (172,11,225). Sum of RGB (Red+Green+Blue) = 172+11+225=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC0BE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BE1 is #53F41E. Grayscale: #525252. Windows color (decimal): -5501983 or 14748588. OLE color: 14748588.

HSL color Cylindrical-coordinate representation of color #AC0BE1: hue angle of 285.14º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BE1 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 11 225 -
CMYK 0.24 0.95 0 0.12
HSL 285.14º 0.91% 0.46% -
HSV(B) 285.14º 0.95% 0.88% -
XYZ 30.72 14.45 72.4 -
YUV 83.54 207.84 191.1 -
System Red Green Blue C M Y K H S L
Decimal 172 11 225 0.24 0.95 0 0.12 285.14 0.91 0.46
Hex AC B E1 18 5F 0 C 11D 5B 2E
Octal 254 13 341 30 137 0 14 435 133 56
Binary 10101100 1011 11100001 11000 1011111 0 1100 100011101 1011011 101110

Color Harmonies of #AC0BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BE1

Black with #AC0BE1

Text Example


Text Example

White with #AC0BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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