Html Css Color HEX #AC2CDC Dark Orchid

📋 copy color: '#AC2CDC'

red 172 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #AC2CDC

Tints of Dark Orchid #AC2CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.09%

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

R = 39.45%
G = 10.09%
B = 50.46%

CMYK

 C value IS 0.22

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC2CDC (or 0xAC2CDC) is known color: Dark Orchid. HEX triplet: AC, 2C and DC. RGB value is (172,44,220). Sum of RGB (Red+Green+Blue) = 172+44+220=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC2CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CDC is #53D323. Grayscale: #656565. Windows color (decimal): -5493540 or 14429356. OLE color: 14429356.

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

Color convert

RGB 172 44 220 -
CMYK 0.22 0.8 0 0.14
HSL 283.64º 0.72% 0.52% -
HSV(B) 283.64º 0.8% 0.86% -
XYZ 30.83 15.74 69.12 -
YUV 102.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 172 44 220 0.22 0.8 0 0.14 283.64 0.72 0.52
Hex AC 2C DC 16 50 0 E 11C 48 34
Octal 254 54 334 26 120 0 16 434 110 64
Binary 10101100 101100 11011100 10110 1010000 0 1110 100011100 1001000 110100

Color Harmonies of #AC2CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CDC

Black with #AC2CDC

Text Example


Text Example

White with #AC2CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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