#AC3BE6

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

Shades of Dark Orchid #AC3BE6

Tints of Dark Orchid #AC3BE6

Color information

#AC3BE6 (or 0xAC3BE6) is unknown color: approx Dark Orchid. HEX triplet: AC, 3B and E6. RGB value is (172,59,230). Sum of RGB (Red+Green+Blue) = 172+59+230=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC3BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3BE6 is #53C419. Grayscale: #6F6F6F. Windows color (decimal): -5489690 or 15088556. OLE color: 15088556.

HSL color Cylindrical-coordinate representation of color #AC3BE6: hue angle of 279.65º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3BE6 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17259230-
CMYK0.250.7400.10
HSL279.65º77.38%56.67%-
HSV(B)279.65º74.35%90.2%-
XYZ32.8617.6176.53-
YUV112.28194.44170.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 59 (23.44% from 255) = 12.80%
BLUE value IS 230 (90.23% from 255) = 49.89%
R=37.31%
G=12.80%
B=49.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal172592300.250.7400.10279.6577.3856.67
HexAC3BE6194A0A1184d39
Octal254733463111201243011571
Binary1010110011101111100110110011001010010101000110001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3BE6; }

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

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

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

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

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

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

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

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