Html Css Color HEX #AC03DD Dark Violet

📋 copy color: '#AC03DD'

red 172 ◦ green 3 ◦ blue 221

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

Shades of Dark Violet #AC03DD

Tints of Dark Violet #AC03DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 43.43%
G = 0.76%
B = 55.81%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC03DD (or 0xAC03DD) is known color: Dark Violet. HEX triplet: AC, 03 and DD. RGB value is (172,3,221). Sum of RGB (Red+Green+Blue) = 172+3+221=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC03DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03DD is #53FC22. Grayscale: #4D4D4D. Windows color (decimal): -5504035 or 14484396. OLE color: 14484396.

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

Color convert

RGB 172 3 221 -
CMYK 0.22 0.99 0 0.13
HSL 286.51º 0.97% 0.44% -
HSV(B) 286.51º 0.99% 0.87% -
XYZ 30.1 14.06 69.53 -
YUV 78.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 172 3 221 0.22 0.99 0 0.13 286.51 0.97 0.44
Hex AC 3 DD 16 63 0 D 11F 61 2C
Octal 254 3 335 26 143 0 15 437 141 54
Binary 10101100 11 11011101 10110 1100011 0 1101 100011111 1100001 101100

Color Harmonies of #AC03DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03DD

Black with #AC03DD

Text Example


Text Example

White with #AC03DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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