Html Css Color HEX #AC2DDC Dark Orchid

📋 copy color: '#AC2DDC'

red 172 ◦ green 45 ◦ blue 220

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

Shades of Dark Orchid #AC2DDC

Tints of Dark Orchid #AC2DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.3%

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

R = 39.36%
G = 10.3%
B = 50.34%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC2DDC (or 0xAC2DDC) is known color: Dark Orchid. HEX triplet: AC, 2D and DC. RGB value is (172,45,220). Sum of RGB (Red+Green+Blue) = 172+45+220=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC2DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DDC is #53D223. Grayscale: #666666. Windows color (decimal): -5493284 or 14429612. OLE color: 14429612.

HSL color Cylindrical-coordinate representation of color #AC2DDC: hue angle of 283.54º degrees, saturation: 0.71, 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 #AC2DDC is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 45 220 -
CMYK 0.22 0.80 0 0.14
HSL 283.54º 0.71% 0.52% -
HSV(B) 283.54º 0.8% 0.86% -
XYZ 30.87 15.81 69.14 -
YUV 102.92 194.08 177.27 -
System Red Green Blue C M Y K H S L
Decimal 172 45 220 0.22 0.80 0 0.14 283.54 0.71 0.52
Hex AC 2D DC 16 50 0 E 11C 47 34
Octal 254 55 334 26 120 0 16 434 107 64
Binary 10101100 101101 11011100 10110 1010000 0 1110 100011100 1000111 110100

Color Harmonies of #AC2DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DDC

Black with #AC2DDC

Text Example


Text Example

White with #AC2DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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