Html Css Color HEX #AC2ADC Dark Orchid

📋 copy color: '#AC2ADC'

red 172 ◦ green 42 ◦ blue 220

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

Shades of Dark Orchid #AC2ADC

Tints of Dark Orchid #AC2ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

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

R = 39.63%
G = 9.68%
B = 50.69%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC2ADC (or 0xAC2ADC) is known color: Dark Orchid. HEX triplet: AC, 2A and DC. RGB value is (172,42,220). Sum of RGB (Red+Green+Blue) = 172+42+220=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC2ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ADC is #53D523. Grayscale: #646464. Windows color (decimal): -5494052 or 14428844. OLE color: 14428844.

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

Color convert

RGB 172 42 220 -
CMYK 0.22 0.81 0 0.14
HSL 283.82º 0.72% 0.51% -
HSV(B) 283.82º 0.81% 0.86% -
XYZ 30.76 15.59 69.1 -
YUV 101.16 195.07 178.53 -
System Red Green Blue C M Y K H S L
Decimal 172 42 220 0.22 0.81 0 0.14 283.82 0.72 0.51
Hex AC 2A DC 16 51 0 E 11C 48 33
Octal 254 52 334 26 121 0 16 434 110 63
Binary 10101100 101010 11011100 10110 1010001 0 1110 100011100 1001000 110011

Color Harmonies of #AC2ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2ADC

Black with #AC2ADC

Text Example


Text Example

White with #AC2ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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