Html Css Color HEX #AC16BD Dark Orchid

📋 copy color: '#AC16BD'

red 172 ◦ green 22 ◦ blue 189

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

Shades of Dark Orchid #AC16BD

Tints of Dark Orchid #AC16BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 44.91%
G = 5.74%
B = 49.35%

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

#AC16BD (or 0xAC16BD) is known color: Dark Orchid. HEX triplet: AC, 16 and BD. RGB value is (172,22,189). Sum of RGB (Red+Green+Blue) = 172+22+189=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC16BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16BD is #53E942. Grayscale: #555555. Windows color (decimal): -5499203 or 12392108. OLE color: 12392108.

HSL color Cylindrical-coordinate representation of color #AC16BD: hue angle of 293.89º 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 #AC16BD is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 22 189 -
CMYK 0.09 0.88 0 0.26
HSL 293.89º 0.79% 0.41% -
HSV(B) 293.89º 0.88% 0.74% -
XYZ 26.49 13.02 49.26 -
YUV 85.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 172 22 189 0.09 0.88 0 0.26 293.89 0.79 0.41
Hex AC 16 BD 9 58 0 1A 126 4F 29
Octal 254 26 275 11 130 0 32 446 117 51
Binary 10101100 10110 10111101 1001 1011000 0 11010 100100110 1001111 101001

Color Harmonies of #AC16BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16BD

Black with #AC16BD

Text Example


Text Example

White with #AC16BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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