Html Css Color HEX #AC05C6 Dark Violet

📋 copy color: '#AC05C6'

red 172 ◦ green 5 ◦ blue 198

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

Shades of Dark Violet #AC05C6

Tints of Dark Violet #AC05C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.8%

R = 45.87%
G = 1.33%
B = 52.8%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC05C6 (or 0xAC05C6) is known color: Dark Violet. HEX triplet: AC, 05 and C6. RGB value is (172,5,198). Sum of RGB (Red+Green+Blue) = 172+5+198=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC05C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05C6 is #53FA39. Grayscale: #4C4C4C. Windows color (decimal): -5503546 or 12977580. OLE color: 12977580.

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

Color convert

RGB 172 5 198 -
CMYK 0.13 0.97 0 0.22
HSL 291.92º 0.95% 0.4% -
HSV(B) 291.92º 0.97% 0.78% -
XYZ 27.26 12.96 54.49 -
YUV 76.94 196.33 195.81 -
System Red Green Blue C M Y K H S L
Decimal 172 5 198 0.13 0.97 0 0.22 291.92 0.95 0.4
Hex AC 5 C6 D 61 0 16 124 5F 28
Octal 254 5 306 15 141 0 26 444 137 50
Binary 10101100 101 11000110 1101 1100001 0 10110 100100100 1011111 101000

Color Harmonies of #AC05C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC05C6

Black with #AC05C6

Text Example


Text Example

White with #AC05C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC05C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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