#AC3CC8

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

Shades of Dark Orchid #AC3CC8

Tints of Dark Orchid #AC3CC8

Color information

#AC3CC8 (or 0xAC3CC8) is unknown color: approx Dark Orchid. HEX triplet: AC, 3C and C8. RGB value is (172,60,200). Sum of RGB (Red+Green+Blue) = 172+60+200=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC3CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CC8 is #53C337. Grayscale: #6D6D6D. Windows color (decimal): -5489464 or 13122732. OLE color: 13122732.

HSL color Cylindrical-coordinate representation of color #AC3CC8: hue angle of 288º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3CC8 is Cyan = 0.14, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17260200-
CMYK0.140.700.22
HSL288º56%50.98%-
HSV(B)288º70%78.43%-
XYZ29.0516.1756.23-
YUV109.45179.11172.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 60 (23.83% from 255) = 13.89%
BLUE value IS 200 (78.52% from 255) = 46.30%
R=39.81%
G=13.89%
B=46.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172602000.140.700.222885650.98
HexAC3CC8E460161203833
Octal25474310161060264407063
Binary101011001111001100100011101000110010110100100000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3CC8; }

 p { color: rgb(172,60,200); }

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

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

 a { background-color: rgb(172,60,200); }

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

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

 span { border-color: rgb(172,60,200); }

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