Html Css Color HEX #AC10CB Dark Violet

📋 copy color: '#AC10CB'

red 172 ◦ green 16 ◦ blue 203

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

Shades of Dark Violet #AC10CB

Tints of Dark Violet #AC10CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 43.99%
G = 4.09%
B = 51.92%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC10CB (or 0xAC10CB) is known color: Dark Violet. HEX triplet: AC, 10 and CB. RGB value is (172,16,203). Sum of RGB (Red+Green+Blue) = 172+16+203=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC10CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10CB is #53EF34. Grayscale: #535353. Windows color (decimal): -5500725 or 13308076. OLE color: 13308076.

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

Color convert

RGB 172 16 203 -
CMYK 0.15 0.92 0 0.20
HSL 290.05º 0.85% 0.43% -
HSV(B) 290.05º 0.92% 0.8% -
XYZ 27.98 13.45 57.62 -
YUV 83.96 195.18 190.79 -
System Red Green Blue C M Y K H S L
Decimal 172 16 203 0.15 0.92 0 0.20 290.05 0.85 0.43
Hex AC 10 CB F 5C 0 14 122 55 2B
Octal 254 20 313 17 134 0 24 442 125 53
Binary 10101100 10000 11001011 1111 1011100 0 10100 100100010 1010101 101011

Color Harmonies of #AC10CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10CB

Black with #AC10CB

Text Example


Text Example

White with #AC10CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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