Html Css Color HEX #AC1CCE Dark Orchid

📋 copy color: '#AC1CCE'

red 172 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #AC1CCE

Tints of Dark Orchid #AC1CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 42.36%
G = 6.9%
B = 50.74%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC1CCE (or 0xAC1CCE) is known color: Dark Orchid. HEX triplet: AC, 1C and CE. RGB value is (172,28,206). Sum of RGB (Red+Green+Blue) = 172+28+206=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC1CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CCE is #53E331. Grayscale: #5A5A5A. Windows color (decimal): -5497650 or 13507756. OLE color: 13507756.

HSL color Cylindrical-coordinate representation of color #AC1CCE: hue angle of 288.54º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1CCE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 28 206 -
CMYK 0.17 0.86 0 0.19
HSL 288.54º 0.76% 0.46% -
HSV(B) 288.54º 0.86% 0.81% -
XYZ 28.57 14.06 59.6 -
YUV 91.35 192.71 185.53 -
System Red Green Blue C M Y K H S L
Decimal 172 28 206 0.17 0.86 0 0.19 288.54 0.76 0.46
Hex AC 1C CE 11 56 0 13 121 4C 2E
Octal 254 34 316 21 126 0 23 441 114 56
Binary 10101100 11100 11001110 10001 1010110 0 10011 100100001 1001100 101110

Color Harmonies of #AC1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CCE

Black with #AC1CCE

Text Example


Text Example

White with #AC1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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