#AC32E7

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

Shades of Dark Orchid #AC32E7

Tints of Dark Orchid #AC32E7

Color information

#AC32E7 (or 0xAC32E7) is unknown color: approx Dark Orchid. HEX triplet: AC, 32 and E7. RGB value is (172,50,231). Sum of RGB (Red+Green+Blue) = 172+50+231=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC32E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC32E7 is #53CD18. Grayscale: #6A6A6A. Windows color (decimal): -5491993 or 15151788. OLE color: 15151788.

HSL color Cylindrical-coordinate representation of color #AC32E7: hue angle of 280.44º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC32E7 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17250231-
CMYK0.260.7800.09
HSL280.44º79.04%55.1%-
HSV(B)280.44º78.35%90.59%-
XYZ32.5816.8277.13-
YUV107.11197.92174.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 50 (19.92% from 255) = 11.04%
BLUE value IS 231 (90.62% from 255) = 50.99%
R=37.97%
G=11.04%
B=50.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172502310.260.7800.09280.4479.0455.1
HexAC32E71A4E091184f37
Octal254623473211601143011767
Binary1010110011001011100111110101001110010011000110001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC32E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC32E7; }

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

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

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

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

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

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

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

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