Html Css Color HEX #AC0BDD Dark Violet

📋 copy color: '#AC0BDD'

red 172 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #AC0BDD

Tints of Dark Violet #AC0BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 42.57%
G = 2.72%
B = 54.7%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC0BDD (or 0xAC0BDD) is known color: Dark Violet. HEX triplet: AC, 0B and DD. RGB value is (172,11,221). Sum of RGB (Red+Green+Blue) = 172+11+221=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC0BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BDD is #53F422. Grayscale: #525252. Windows color (decimal): -5501987 or 14486444. OLE color: 14486444.

HSL color Cylindrical-coordinate representation of color #AC0BDD: hue angle of 286º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BDD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 11 221 -
CMYK 0.22 0.95 0 0.13
HSL 286º 0.91% 0.45% -
HSV(B) 286º 0.95% 0.87% -
XYZ 30.18 14.23 69.56 -
YUV 83.08 205.84 191.42 -
System Red Green Blue C M Y K H S L
Decimal 172 11 221 0.22 0.95 0 0.13 286 0.91 0.45
Hex AC B DD 16 5F 0 D 11E 5B 2D
Octal 254 13 335 26 137 0 15 436 133 55
Binary 10101100 1011 11011101 10110 1011111 0 1101 100011110 1011011 101101

Color Harmonies of #AC0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BDD

Black with #AC0BDD

Text Example


Text Example

White with #AC0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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