Html Css Color HEX #AC2ECE Dark Orchid

📋 copy color: '#AC2ECE'

red 172 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #AC2ECE

Tints of Dark Orchid #AC2ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 40.57%
G = 10.85%
B = 48.58%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC2ECE (or 0xAC2ECE) is known color: Dark Orchid. HEX triplet: AC, 2E and CE. RGB value is (172,46,206). Sum of RGB (Red+Green+Blue) = 172+46+206=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC2ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ECE is #53D131. Grayscale: #656565. Windows color (decimal): -5493042 or 13512364. OLE color: 13512364.

HSL color Cylindrical-coordinate representation of color #AC2ECE: hue angle of 287.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2ECE is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 46 206 -
CMYK 0.17 0.78 0 0.19
HSL 287.25º 0.63% 0.49% -
HSV(B) 287.25º 0.78% 0.81% -
XYZ 29.13 15.18 59.79 -
YUV 101.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 172 46 206 0.17 0.78 0 0.19 287.25 0.63 0.49
Hex AC 2E CE 11 4E 0 13 11F 3F 31
Octal 254 56 316 21 116 0 23 437 77 61
Binary 10101100 101110 11001110 10001 1001110 0 10011 100011111 111111 110001

Color Harmonies of #AC2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2ECE

Black with #AC2ECE

Text Example


Text Example

White with #AC2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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