Html Css Color HEX #AC16E6 Dark Violet

📋 copy color: '#AC16E6'

red 172 ◦ green 22 ◦ blue 230

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

Shades of Dark Violet #AC16E6

Tints of Dark Violet #AC16E6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.19%

 BLUE value IS 230 (90.23% from 255) = 54.25%

R = 40.57%
G = 5.19%
B = 54.25%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC16E6 (or 0xAC16E6) is known color: Dark Violet. HEX triplet: AC, 16 and E6. RGB value is (172,22,230). Sum of RGB (Red+Green+Blue) = 172+22+230=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC16E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC16E6 is #53E919. Grayscale: #595959. Windows color (decimal): -5499162 or 15079084. OLE color: 15079084.

HSL color Cylindrical-coordinate representation of color #AC16E6: hue angle of 283.27º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC16E6 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 22 230 -
CMYK 0.25 0.90 0 0.10
HSL 283.27º 0.83% 0.49% -
HSV(B) 283.27º 0.9% 0.9% -
XYZ 31.58 15.06 76.1 -
YUV 90.56 206.7 186.09 -
System Red Green Blue C M Y K H S L
Decimal 172 22 230 0.25 0.90 0 0.10 283.27 0.83 0.49
Hex AC 16 E6 19 5A 0 A 11B 53 31
Octal 254 26 346 31 132 0 12 433 123 61
Binary 10101100 10110 11100110 11001 1011010 0 1010 100011011 1010011 110001

Color Harmonies of #AC16E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16E6

Black with #AC16E6

Text Example


Text Example

White with #AC16E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16E6; }

 p { color: rgb(172,22,230); }

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

background-color css

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

 a { background-color: rgb(172,22,230); }

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

border-color css

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

 span { border-color: rgb(172,22,230); }

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