Html Css Color HEX #AC16BC Dark Orchid

📋 copy color: '#AC16BC'

red 172 ◦ green 22 ◦ blue 188

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

Shades of Dark Orchid #AC16BC

Tints of Dark Orchid #AC16BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 45.03%
G = 5.76%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC16BC (or 0xAC16BC) is known color: Dark Orchid. HEX triplet: AC, 16 and BC. RGB value is (172,22,188). Sum of RGB (Red+Green+Blue) = 172+22+188=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16BC is #53E943. Grayscale: #555555. Windows color (decimal): -5499204 or 12326572. OLE color: 12326572.

HSL color Cylindrical-coordinate representation of color #AC16BC: hue angle of 294.22º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC16BC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 22 188 -
CMYK 0.09 0.88 0 0.26
HSL 294.22º 0.79% 0.41% -
HSV(B) 294.22º 0.88% 0.74% -
XYZ 26.38 12.98 48.69 -
YUV 85.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 172 22 188 0.09 0.88 0 0.26 294.22 0.79 0.41
Hex AC 16 BC 9 58 0 1A 126 4F 29
Octal 254 26 274 11 130 0 32 446 117 51
Binary 10101100 10110 10111100 1001 1011000 0 11010 100100110 1001111 101001

Color Harmonies of #AC16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16BC

Black with #AC16BC

Text Example


Text Example

White with #AC16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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