Html Css Color HEX #AC06C3 Dark Violet

📋 copy color: '#AC06C3'

red 172 ◦ green 6 ◦ blue 195

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

Shades of Dark Violet #AC06C3

Tints of Dark Violet #AC06C3

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

 BLUE value IS 195 (76.56% from 255) = 52.28%

R = 46.11%
G = 1.61%
B = 52.28%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC06C3 (or 0xAC06C3) is known color: Dark Violet. HEX triplet: AC, 06 and C3. RGB value is (172,6,195). Sum of RGB (Red+Green+Blue) = 172+6+195=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC06C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC06C3 is #53F93C. Grayscale: #4C4C4C. Windows color (decimal): -5503293 or 12781228. OLE color: 12781228.

HSL color Cylindrical-coordinate representation of color #AC06C3: hue angle of 292.7º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC06C3 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 6 195 -
CMYK 0.12 0.97 0 0.24
HSL 292.7º 0.94% 0.39% -
HSV(B) 292.7º 0.97% 0.76% -
XYZ 26.93 12.84 52.69 -
YUV 77.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 172 6 195 0.12 0.97 0 0.24 292.7 0.94 0.39
Hex AC 6 C3 C 61 0 18 125 5E 27
Octal 254 6 303 14 141 0 30 445 136 47
Binary 10101100 110 11000011 1100 1100001 0 11000 100100101 1011110 100111

Color Harmonies of #AC06C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC06C3

Black with #AC06C3

Text Example


Text Example

White with #AC06C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC06C3; }

 p { color: rgb(172,6,195); }

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

background-color css

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

 a { background-color: rgb(172,6,195); }

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

border-color css

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

 span { border-color: rgb(172,6,195); }

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