Html Css Color HEX #AC2EDE Dark Orchid

📋 copy color: '#AC2EDE'

red 172 ◦ green 46 ◦ blue 222

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

Shades of Dark Orchid #AC2EDE

Tints of Dark Orchid #AC2EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 39.09%
G = 10.45%
B = 50.45%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC2EDE (or 0xAC2EDE) is known color: Dark Orchid. HEX triplet: AC, 2E and DE. RGB value is (172,46,222). Sum of RGB (Red+Green+Blue) = 172+46+222=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC2EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EDE is #53D121. Grayscale: #676767. Windows color (decimal): -5493026 or 14560940. OLE color: 14560940.

HSL color Cylindrical-coordinate representation of color #AC2EDE: hue angle of 282.95º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2EDE is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 46 222 -
CMYK 0.23 0.79 0 0.13
HSL 282.95º 0.73% 0.53% -
HSV(B) 282.95º 0.79% 0.87% -
XYZ 31.18 16 70.55 -
YUV 103.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 172 46 222 0.23 0.79 0 0.13 282.95 0.73 0.53
Hex AC 2E DE 17 4F 0 D 11B 49 35
Octal 254 56 336 27 117 0 15 433 111 65
Binary 10101100 101110 11011110 10111 1001111 0 1101 100011011 1001001 110101

Color Harmonies of #AC2EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EDE

Black with #AC2EDE

Text Example


Text Example

White with #AC2EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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