Html Css Color HEX #AC2CD2 Dark Orchid

📋 copy color: '#AC2CD2'

red 172 ◦ green 44 ◦ blue 210

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

Shades of Dark Orchid #AC2CD2

Tints of Dark Orchid #AC2CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 49.3%

R = 40.38%
G = 10.33%
B = 49.3%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC2CD2 (or 0xAC2CD2) is known color: Dark Orchid. HEX triplet: AC, 2C and D2. RGB value is (172,44,210). Sum of RGB (Red+Green+Blue) = 172+44+210=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC2CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CD2 is #53D32D. Grayscale: #646464. Windows color (decimal): -5493550 or 13773996. OLE color: 13773996.

HSL color Cylindrical-coordinate representation of color #AC2CD2: hue angle of 286.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2CD2 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 44 210 -
CMYK 0.18 0.79 0 0.18
HSL 286.27º 0.65% 0.5% -
HSV(B) 286.27º 0.79% 0.82% -
XYZ 29.55 15.23 62.35 -
YUV 101.2 189.41 178.5 -
System Red Green Blue C M Y K H S L
Decimal 172 44 210 0.18 0.79 0 0.18 286.27 0.65 0.5
Hex AC 2C D2 12 4F 0 12 11E 41 32
Octal 254 54 322 22 117 0 22 436 101 62
Binary 10101100 101100 11010010 10010 1001111 0 10010 100011110 1000001 110010

Color Harmonies of #AC2CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CD2

Black with #AC2CD2

Text Example


Text Example

White with #AC2CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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