#AC3BE0

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

Shades of Dark Orchid #AC3BE0

Tints of Dark Orchid #AC3BE0

Color information

#AC3BE0 (or 0xAC3BE0) is unknown color: approx Dark Orchid. HEX triplet: AC, 3B and E0. RGB value is (172,59,224). Sum of RGB (Red+Green+Blue) = 172+59+224=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC3BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BE0 is #53C41F. Grayscale: #6F6F6F. Windows color (decimal): -5489696 or 14695340. OLE color: 14695340.

HSL color Cylindrical-coordinate representation of color #AC3BE0: hue angle of 281.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3BE0 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17259224-
CMYK0.230.7400.12
HSL281.09º72.69%55.49%-
HSV(B)281.09º73.66%87.84%-
XYZ32.0317.2872.17-
YUV111.6191.44171.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 59 (23.44% from 255) = 12.97%
BLUE value IS 224 (87.89% from 255) = 49.23%
R=37.80%
G=12.97%
B=49.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal172592240.230.7400.12281.0972.6955.49
HexAC3BE0174A0C1194937
Octal254733402711201443111167
Binary1010110011101111100000101111001010011001000110011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3BE0; }

 p { color: rgb(172,59,224); }

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

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

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

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

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

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

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