Html Css Color HEX #AC2EEC Dark Orchid

📋 copy color: '#AC2EEC'

red 172 ◦ green 46 ◦ blue 236

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

Shades of Dark Orchid #AC2EEC

Tints of Dark Orchid #AC2EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.98%

R = 37.89%
G = 10.13%
B = 51.98%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC2EEC (or 0xAC2EEC) is known color: Dark Orchid. HEX triplet: AC, 2E and EC. RGB value is (172,46,236). Sum of RGB (Red+Green+Blue) = 172+46+236=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC2EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2EEC is #53D113. Grayscale: #686868. Windows color (decimal): -5493012 or 15478444. OLE color: 15478444.

HSL color Cylindrical-coordinate representation of color #AC2EEC: hue angle of 279.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2EEC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 46 236 -
CMYK 0.27 0.81 0 0.07
HSL 279.79º 0.83% 0.55% -
HSV(B) 279.79º 0.81% 0.93% -
XYZ 33.13 16.78 80.85 -
YUV 105.33 201.74 175.55 -
System Red Green Blue C M Y K H S L
Decimal 172 46 236 0.27 0.81 0 0.07 279.79 0.83 0.55
Hex AC 2E EC 1B 51 0 7 118 53 37
Octal 254 56 354 33 121 0 7 430 123 67
Binary 10101100 101110 11101100 11011 1010001 0 111 100011000 1010011 110111

Color Harmonies of #AC2EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EEC

Black with #AC2EEC

Text Example


Text Example

White with #AC2EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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