Html Css Color HEX #AC19BE Dark Orchid

📋 copy color: '#AC19BE'

red 172 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #AC19BE

Tints of Dark Orchid #AC19BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.46%

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

R = 44.44%
G = 6.46%
B = 49.1%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC19BE (or 0xAC19BE) is known color: Dark Orchid. HEX triplet: AC, 19 and BE. RGB value is (172,25,190). Sum of RGB (Red+Green+Blue) = 172+25+190=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC19BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19BE is #53E641. Grayscale: #575757. Windows color (decimal): -5498434 or 12458412. OLE color: 12458412.

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

Color convert

RGB 172 25 190 -
CMYK 0.09 0.87 0 0.25
HSL 293.45º 0.77% 0.42% -
HSV(B) 293.45º 0.87% 0.75% -
XYZ 26.66 13.18 49.86 -
YUV 87.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 172 25 190 0.09 0.87 0 0.25 293.45 0.77 0.42
Hex AC 19 BE 9 57 0 19 125 4D 2A
Octal 254 31 276 11 127 0 31 445 115 52
Binary 10101100 11001 10111110 1001 1010111 0 11001 100100101 1001101 101010

Color Harmonies of #AC19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19BE

Black with #AC19BE

Text Example


Text Example

White with #AC19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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