Html Css Color HEX #AC16C0 Dark Orchid

📋 copy color: '#AC16C0'

red 172 ◦ green 22 ◦ blue 192

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

Shades of Dark Orchid #AC16C0

Tints of Dark Orchid #AC16C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.74%

R = 44.56%
G = 5.7%
B = 49.74%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC16C0 (or 0xAC16C0) is known color: Dark Orchid. HEX triplet: AC, 16 and C0. RGB value is (172,22,192). Sum of RGB (Red+Green+Blue) = 172+22+192=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC16C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16C0 is #53E93F. Grayscale: #555555. Windows color (decimal): -5499200 or 12588716. OLE color: 12588716.

HSL color Cylindrical-coordinate representation of color #AC16C0: hue angle of 292.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC16C0 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 22 192 -
CMYK 0.10 0.89 0 0.25
HSL 292.94º 0.79% 0.42% -
HSV(B) 292.94º 0.89% 0.75% -
XYZ 26.81 13.15 50.99 -
YUV 86.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 172 22 192 0.10 0.89 0 0.25 292.94 0.79 0.42
Hex AC 16 C0 A 59 0 19 125 4F 2A
Octal 254 26 300 12 131 0 31 445 117 52
Binary 10101100 10110 11000000 1010 1011001 0 11001 100100101 1001111 101010

Color Harmonies of #AC16C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16C0

Black with #AC16C0

Text Example


Text Example

White with #AC16C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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