Html Css Color HEX #AC16BE Dark Orchid

📋 copy color: '#AC16BE'

red 172 ◦ green 22 ◦ blue 190

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

Shades of Dark Orchid #AC16BE

Tints of Dark Orchid #AC16BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 44.79%
G = 5.73%
B = 49.48%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC16BE (or 0xAC16BE) is known color: Dark Orchid. HEX triplet: AC, 16 and BE. RGB value is (172,22,190). Sum of RGB (Red+Green+Blue) = 172+22+190=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC16BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16BE is #53E941. Grayscale: #555555. Windows color (decimal): -5499202 or 12457644. OLE color: 12457644.

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

Color convert

RGB 172 22 190 -
CMYK 0.09 0.88 0 0.25
HSL 293.57º 0.79% 0.42% -
HSV(B) 293.57º 0.88% 0.75% -
XYZ 26.59 13.06 49.83 -
YUV 86 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 172 22 190 0.09 0.88 0 0.25 293.57 0.79 0.42
Hex AC 16 BE 9 58 0 19 126 4F 2A
Octal 254 26 276 11 130 0 31 446 117 52
Binary 10101100 10110 10111110 1001 1011000 0 11001 100100110 1001111 101010

Color Harmonies of #AC16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16BE

Black with #AC16BE

Text Example


Text Example

White with #AC16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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