Html Css Color HEX #AC19BF Dark Orchid

📋 copy color: '#AC19BF'

red 172 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #AC19BF

Tints of Dark Orchid #AC19BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 44.33%
G = 6.44%
B = 49.23%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC19BF (or 0xAC19BF) is known color: Dark Orchid. HEX triplet: AC, 19 and BF. RGB value is (172,25,191). Sum of RGB (Red+Green+Blue) = 172+25+191=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC19BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19BF is #53E640. Grayscale: #575757. Windows color (decimal): -5498433 or 12523948. OLE color: 12523948.

HSL color Cylindrical-coordinate representation of color #AC19BF: hue angle of 293.13º 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 #AC19BF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 25 191 -
CMYK 0.10 0.87 0 0.25
HSL 293.13º 0.77% 0.42% -
HSV(B) 293.13º 0.87% 0.75% -
XYZ 26.76 13.23 50.43 -
YUV 87.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 172 25 191 0.10 0.87 0 0.25 293.13 0.77 0.42
Hex AC 19 BF A 57 0 19 125 4D 2A
Octal 254 31 277 12 127 0 31 445 115 52
Binary 10101100 11001 10111111 1010 1010111 0 11001 100100101 1001101 101010

Color Harmonies of #AC19BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19BF

Black with #AC19BF

Text Example


Text Example

White with #AC19BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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