Html Css Color HEX #AC19D1 Dark Orchid

📋 copy color: '#AC19D1'

red 172 ◦ green 25 ◦ blue 209

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

Shades of Dark Orchid #AC19D1

Tints of Dark Orchid #AC19D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.48%

R = 42.36%
G = 6.16%
B = 51.48%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC19D1 (or 0xAC19D1) is known color: Dark Orchid. HEX triplet: AC, 19 and D1. RGB value is (172,25,209). Sum of RGB (Red+Green+Blue) = 172+25+209=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC19D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19D1 is #53E62E. Grayscale: #595959. Windows color (decimal): -5498415 or 13703596. OLE color: 13703596.

HSL color Cylindrical-coordinate representation of color #AC19D1: hue angle of 287.93º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC19D1 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 25 209 -
CMYK 0.18 0.88 0 0.18
HSL 287.93º 0.79% 0.46% -
HSV(B) 287.93º 0.88% 0.82% -
XYZ 28.87 14.07 61.52 -
YUV 89.93 195.2 186.54 -
System Red Green Blue C M Y K H S L
Decimal 172 25 209 0.18 0.88 0 0.18 287.93 0.79 0.46
Hex AC 19 D1 12 58 0 12 120 4F 2E
Octal 254 31 321 22 130 0 22 440 117 56
Binary 10101100 11001 11010001 10010 1011000 0 10010 100100000 1001111 101110

Color Harmonies of #AC19D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19D1

Black with #AC19D1

Text Example


Text Example

White with #AC19D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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