#AC32BE

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

Shades of Dark Orchid #AC32BE

Tints of Dark Orchid #AC32BE

Color information

#AC32BE (or 0xAC32BE) is unknown color: approx Dark Orchid. HEX triplet: AC, 32 and BE. RGB value is (172,50,190). Sum of RGB (Red+Green+Blue) = 172+50+190=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32BE is #53CD41. Grayscale: #666666. Windows color (decimal): -5492034 or 12464812. OLE color: 12464812.

HSL color Cylindrical-coordinate representation of color #AC32BE: hue angle of 292.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC32BE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17250190-
CMYK0.090.7400.25
HSL292.29º58.33%47.06%-
HSV(B)292.29º73.68%74.51%-
XYZ27.4514.7750.12-
YUV102.44177.42177.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 50 (19.92% from 255) = 12.14%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=41.75%
G=12.14%
B=46.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172501900.090.7400.25292.2958.3347.06
HexAC32BE94A0191243a2f
Octal25462276111120314447257
Binary101011001100101011111010011001010011001100100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC32BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC32BE; }

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

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

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

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

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

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

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

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