Html Css Color HEX #AC1CCC Dark Orchid

📋 copy color: '#AC1CCC'

red 172 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #AC1CCC

Tints of Dark Orchid #AC1CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

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

R = 42.57%
G = 6.93%
B = 50.5%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC1CCC (or 0xAC1CCC) is known color: Dark Orchid. HEX triplet: AC, 1C and CC. RGB value is (172,28,204). Sum of RGB (Red+Green+Blue) = 172+28+204=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC1CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CCC is #53E333. Grayscale: #5A5A5A. Windows color (decimal): -5497652 or 13376684. OLE color: 13376684.

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

Color convert

RGB 172 28 204 -
CMYK 0.16 0.86 0 0.2
HSL 289.09º 0.76% 0.45% -
HSV(B) 289.09º 0.86% 0.8% -
XYZ 28.33 13.96 58.33 -
YUV 91.12 191.71 185.69 -
System Red Green Blue C M Y K H S L
Decimal 172 28 204 0.16 0.86 0 0.2 289.09 0.76 0.45
Hex AC 1C CC 10 56 0 14 121 4C 2D
Octal 254 34 314 20 126 0 24 441 114 55
Binary 10101100 11100 11001100 10000 1010110 0 10100 100100001 1001100 101101

Color Harmonies of #AC1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CCC

Black with #AC1CCC

Text Example


Text Example

White with #AC1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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