Html Css Color HEX #AC16C2 Dark Orchid

📋 copy color: '#AC16C2'

red 172 ◦ green 22 ◦ blue 194

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

Shades of Dark Orchid #AC16C2

Tints of Dark Orchid #AC16C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50%

R = 44.33%
G = 5.67%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC16C2 (or 0xAC16C2) is known color: Dark Orchid. HEX triplet: AC, 16 and C2. RGB value is (172,22,194). Sum of RGB (Red+Green+Blue) = 172+22+194=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC16C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16C2 is #53E93D. Grayscale: #555555. Windows color (decimal): -5499198 or 12719788. OLE color: 12719788.

HSL color Cylindrical-coordinate representation of color #AC16C2: hue angle of 292.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC16C2 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 22 194 -
CMYK 0.11 0.89 0 0.24
HSL 292.33º 0.8% 0.42% -
HSV(B) 292.33º 0.89% 0.76% -
XYZ 27.04 13.24 52.17 -
YUV 86.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 172 22 194 0.11 0.89 0 0.24 292.33 0.8 0.42
Hex AC 16 C2 B 59 0 18 124 50 2A
Octal 254 26 302 13 131 0 30 444 120 52
Binary 10101100 10110 11000010 1011 1011001 0 11000 100100100 1010000 101010

Color Harmonies of #AC16C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16C2

Black with #AC16C2

Text Example


Text Example

White with #AC16C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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