Html Css Color HEX #AC10CA Dark Violet

📋 copy color: '#AC10CA'

red 172 ◦ green 16 ◦ blue 202

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

Shades of Dark Violet #AC10CA

Tints of Dark Violet #AC10CA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.1%

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 44.1%
G = 4.1%
B = 51.79%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC10CA (or 0xAC10CA) is known color: Dark Violet. HEX triplet: AC, 10 and CA. RGB value is (172,16,202). Sum of RGB (Red+Green+Blue) = 172+16+202=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC10CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10CA is #53EF35. Grayscale: #535353. Windows color (decimal): -5500726 or 13242540. OLE color: 13242540.

HSL color Cylindrical-coordinate representation of color #AC10CA: hue angle of 290.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC10CA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 16 202 -
CMYK 0.15 0.92 0 0.21
HSL 290.32º 0.85% 0.43% -
HSV(B) 290.32º 0.92% 0.79% -
XYZ 27.86 13.41 57 -
YUV 83.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 172 16 202 0.15 0.92 0 0.21 290.32 0.85 0.43
Hex AC 10 CA F 5C 0 15 122 55 2B
Octal 254 20 312 17 134 0 25 442 125 53
Binary 10101100 10000 11001010 1111 1011100 0 10101 100100010 1010101 101011

Color Harmonies of #AC10CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10CA

Black with #AC10CA

Text Example


Text Example

White with #AC10CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10CA; }

 p { color: rgb(172,16,202); }

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

background-color css

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

 a { background-color: rgb(172,16,202); }

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

border-color css

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

 span { border-color: rgb(172,16,202); }

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