Html Css Color HEX #AC2EAC Dark Orchid

📋 copy color: '#AC2EAC'

red 172 ◦ green 46 ◦ blue 172

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

Shades of Dark Orchid #AC2EAC

Tints of Dark Orchid #AC2EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 44.1%
G = 11.79%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC2EAC (or 0xAC2EAC) is known color: Dark Orchid. HEX triplet: AC, 2E and AC. RGB value is (172,46,172). Sum of RGB (Red+Green+Blue) = 172+46+172=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC2EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2EAC is #53D153. Grayscale: #616161. Windows color (decimal): -5493076 or 11284140. OLE color: 11284140.

HSL color Cylindrical-coordinate representation of color #AC2EAC: hue angle of 300º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2EAC is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 46 172 -
CMYK 0 0.73 0 0.33
HSL 300º 0.58% 0.43% -
HSV(B) 300º 0.73% 0.67% -
XYZ 25.44 13.7 40.33 -
YUV 98.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 172 46 172 0 0.73 0 0.33 300 0.58 0.43
Hex AC 2E AC 0 49 0 21 12C 3A 2B
Octal 254 56 254 0 111 0 41 454 72 53
Binary 10101100 101110 10101100 0 1001001 0 100001 100101100 111010 101011

Color Harmonies of #AC2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EAC

Black with #AC2EAC

Text Example


Text Example

White with #AC2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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