Html Css Color HEX #AC2ED6 Dark Orchid

📋 copy color: '#AC2ED6'

red 172 ◦ green 46 ◦ blue 214

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

Shades of Dark Orchid #AC2ED6

Tints of Dark Orchid #AC2ED6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.65%

 BLUE value IS 214 (83.98% from 255) = 49.54%

R = 39.81%
G = 10.65%
B = 49.54%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC2ED6 (or 0xAC2ED6) is known color: Dark Orchid. HEX triplet: AC, 2E and D6. RGB value is (172,46,214). Sum of RGB (Red+Green+Blue) = 172+46+214=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC2ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ED6 is #53D129. Grayscale: #666666. Windows color (decimal): -5493034 or 14036652. OLE color: 14036652.

HSL color Cylindrical-coordinate representation of color #AC2ED6: hue angle of 285º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2ED6 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 46 214 -
CMYK 0.20 0.79 0 0.16
HSL 285º 0.67% 0.51% -
HSV(B) 285º 0.79% 0.84% -
XYZ 30.13 15.58 65.04 -
YUV 102.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 172 46 214 0.20 0.79 0 0.16 285 0.67 0.51
Hex AC 2E D6 14 4F 0 10 11D 43 33
Octal 254 56 326 24 117 0 20 435 103 63
Binary 10101100 101110 11010110 10100 1001111 0 10000 100011101 1000011 110011

Color Harmonies of #AC2ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2ED6

Black with #AC2ED6

Text Example


Text Example

White with #AC2ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2ED6; }

 p { color: rgb(172,46,214); }

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

background-color css

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

 a { background-color: rgb(172,46,214); }

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

border-color css

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

 span { border-color: rgb(172,46,214); }

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