Html Css Color HEX #AC05DF Dark Violet

📋 copy color: '#AC05DF'

red 172 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #AC05DF

Tints of Dark Violet #AC05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 43%
G = 1.25%
B = 55.75%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC05DF (or 0xAC05DF) is known color: Dark Violet. HEX triplet: AC, 05 and DF. RGB value is (172,5,223). Sum of RGB (Red+Green+Blue) = 172+5+223=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05DF is #53FA20. Grayscale: #4F4F4F. Windows color (decimal): -5503521 or 14615980. OLE color: 14615980.

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

Color convert

RGB 172 5 223 -
CMYK 0.23 0.98 0 0.13
HSL 285.96º 0.96% 0.45% -
HSV(B) 285.96º 0.98% 0.87% -
XYZ 30.39 14.21 70.95 -
YUV 79.79 208.83 193.77 -
System Red Green Blue C M Y K H S L
Decimal 172 5 223 0.23 0.98 0 0.13 285.96 0.96 0.45
Hex AC 5 DF 17 62 0 D 11E 60 2D
Octal 254 5 337 27 142 0 15 436 140 55
Binary 10101100 101 11011111 10111 1100010 0 1101 100011110 1100000 101101

Color Harmonies of #AC05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC05DF

Black with #AC05DF

Text Example


Text Example

White with #AC05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC05DF; }

 p { color: rgb(172,5,223); }

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

background-color css

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

 a { background-color: rgb(172,5,223); }

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

border-color css

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

 span { border-color: rgb(172,5,223); }

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