#AC3BC0

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

Shades of Dark Orchid #AC3BC0

Tints of Dark Orchid #AC3BC0

Color information

#AC3BC0 (or 0xAC3BC0) is unknown color: approx Dark Orchid. HEX triplet: AC, 3B and C0. RGB value is (172,59,192). Sum of RGB (Red+Green+Blue) = 172+59+192=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC3BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BC0 is #53C43F. Grayscale: #6B6B6B. Windows color (decimal): -5489728 or 12598188. OLE color: 12598188.

HSL color Cylindrical-coordinate representation of color #AC3BC0: hue angle of 290.98º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3BC0 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17259192-
CMYK0.100.6900.25
HSL290.98º52.99%49.22%-
HSV(B)290.98º69.27%75.29%-
XYZ28.0915.751.42-
YUV107.95175.44173.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 59 (23.44% from 255) = 13.95%
BLUE value IS 192 (75.39% from 255) = 45.39%
R=40.66%
G=13.95%
B=45.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172591920.100.6900.25290.9852.9949.22
HexAC3BC0A450191233531
Octal25473300121050314436561
Binary101011001110111100000010101000101011001100100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3BC0; }

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

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

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

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

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

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

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

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