Html Css Color HEX #AC1EDC Dark Orchid

📋 copy color: '#AC1EDC'

red 172 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #AC1EDC

Tints of Dark Orchid #AC1EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.11%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 40.76%
G = 7.11%
B = 52.13%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC1EDC (or 0xAC1EDC) is known color: Dark Orchid. HEX triplet: AC, 1E and DC. RGB value is (172,30,220). Sum of RGB (Red+Green+Blue) = 172+30+220=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC1EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EDC is #53E123. Grayscale: #5D5D5D. Windows color (decimal): -5497124 or 14425772. OLE color: 14425772.

HSL color Cylindrical-coordinate representation of color #AC1EDC: hue angle of 284.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1EDC is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 30 220 -
CMYK 0.22 0.86 0 0.14
HSL 284.84º 0.76% 0.49% -
HSV(B) 284.84º 0.86% 0.86% -
XYZ 30.4 14.87 68.98 -
YUV 94.12 199.04 183.55 -
System Red Green Blue C M Y K H S L
Decimal 172 30 220 0.22 0.86 0 0.14 284.84 0.76 0.49
Hex AC 1E DC 16 56 0 E 11D 4C 31
Octal 254 36 334 26 126 0 16 435 114 61
Binary 10101100 11110 11011100 10110 1010110 0 1110 100011101 1001100 110001

Color Harmonies of #AC1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1EDC

Black with #AC1EDC

Text Example


Text Example

White with #AC1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1EDC; }

 p { color: rgb(172,30,220); }

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

background-color css

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

 a { background-color: rgb(172,30,220); }

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

border-color css

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

 span { border-color: rgb(172,30,220); }

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