Html Css Color HEX #AC1DCE Dark Orchid

📋 copy color: '#AC1DCE'

red 172 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #AC1DCE

Tints of Dark Orchid #AC1DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

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

R = 42.26%
G = 7.13%
B = 50.61%

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

#AC1DCE (or 0xAC1DCE) is known color: Dark Orchid. HEX triplet: AC, 1D and CE. RGB value is (172,29,206). Sum of RGB (Red+Green+Blue) = 172+29+206=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DCE is #53E231. Grayscale: #5B5B5B. Windows color (decimal): -5497394 or 13508012. OLE color: 13508012.

HSL color Cylindrical-coordinate representation of color #AC1DCE: hue angle of 288.47º degrees, saturation: 0.75, 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 #AC1DCE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 29 206 -
CMYK 0.17 0.86 0 0.19
HSL 288.47º 0.75% 0.46% -
HSV(B) 288.47º 0.86% 0.81% -
XYZ 28.59 14.11 59.61 -
YUV 91.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 172 29 206 0.17 0.86 0 0.19 288.47 0.75 0.46
Hex AC 1D CE 11 56 0 13 120 4B 2E
Octal 254 35 316 21 126 0 23 440 113 56
Binary 10101100 11101 11001110 10001 1010110 0 10011 100100000 1001011 101110

Color Harmonies of #AC1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DCE

Black with #AC1DCE

Text Example


Text Example

White with #AC1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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