#AC32E4

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

Shades of Dark Orchid #AC32E4

Tints of Dark Orchid #AC32E4

Color information

#AC32E4 (or 0xAC32E4) is unknown color: approx Dark Orchid. HEX triplet: AC, 32 and E4. RGB value is (172,50,228). Sum of RGB (Red+Green+Blue) = 172+50+228=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC32E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32E4 is #53CD1B. Grayscale: #6A6A6A. Windows color (decimal): -5491996 or 14955180. OLE color: 14955180.

HSL color Cylindrical-coordinate representation of color #AC32E4: hue angle of 281.12º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC32E4 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17250228-
CMYK0.250.7800.11
HSL281.12º76.72%54.51%-
HSV(B)281.12º78.07%89.41%-
XYZ32.1616.6574.92-
YUV106.77196.42174.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 50 (19.92% from 255) = 11.11%
BLUE value IS 228 (89.45% from 255) = 50.67%
R=38.22%
G=11.11%
B=50.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172502280.250.7800.11281.1276.7254.51
HexAC32E4194E0B1194d37
Octal254623443111601343111567
Binary1010110011001011100100110011001110010111000110011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC32E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC32E4; }

 p { color: rgb(172,50,228); }

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

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

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

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

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

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

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