#AC2FE2

Color #AC2FE2 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AC2FE2

Tints of Dark Orchid #AC2FE2

Color information

#AC2FE2 (or 0xAC2FE2) is unknown color: approx Dark Orchid. HEX triplet: AC, 2F and E2. RGB value is (172,47,226). Sum of RGB (Red+Green+Blue) = 172+47+226=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 226 (88.67% from 255 or 50.79% from 445); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC2FE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FE2 is #53D01D. Grayscale: #686868. Windows color (decimal): -5492766 or 14823340. OLE color: 14823340.

HSL color Cylindrical-coordinate representation of color #AC2FE2: hue angle of 281.9º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2FE2 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17247226-
CMYK0.240.7900.11
HSL281.9º75.53%53.53%-
HSV(B)281.9º79.2%88.63%-
XYZ31.7616.2973.42-
YUV104.78196.41175.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 47 (18.75% from 255) = 10.56%
BLUE value IS 226 (88.67% from 255) = 50.79%
R=38.65%
G=10.56%
B=50.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172472260.240.7900.11281.975.5353.53
HexAC2FE2184F0B11a4c36
Octal254573423011701343211466
Binary1010110010111111100010110001001111010111000110101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2FE2; }

 p { color: rgb(172,47,226); }

 H1.HeaderClassName
 {
   color: #AC2FE2;
 }
 .AnyTagClassName
 {
   color: #AC2FE2;
 }
</style>
background-color css

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

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

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

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

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

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