Html Css Color HEX #AC19CC Dark Orchid

📋 copy color: '#AC19CC'

red 172 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #AC19CC

Tints of Dark Orchid #AC19CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 42.89%
G = 6.23%
B = 50.87%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC19CC (or 0xAC19CC) is known color: Dark Orchid. HEX triplet: AC, 19 and CC. RGB value is (172,25,204). Sum of RGB (Red+Green+Blue) = 172+25+204=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC19CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19CC is #53E633. Grayscale: #585858. Windows color (decimal): -5498420 or 13375916. OLE color: 13375916.

HSL color Cylindrical-coordinate representation of color #AC19CC: hue angle of 289.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC19CC is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 25 204 -
CMYK 0.16 0.88 0 0.2
HSL 289.27º 0.78% 0.45% -
HSV(B) 289.27º 0.88% 0.8% -
XYZ 28.26 13.83 58.31 -
YUV 89.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 172 25 204 0.16 0.88 0 0.2 289.27 0.78 0.45
Hex AC 19 CC 10 58 0 14 121 4E 2D
Octal 254 31 314 20 130 0 24 441 116 55
Binary 10101100 11001 11001100 10000 1011000 0 10100 100100001 1001110 101101

Color Harmonies of #AC19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19CC

Black with #AC19CC

Text Example


Text Example

White with #AC19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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