#AC2CB7

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

Shades of Dark Orchid #AC2CB7

Tints of Dark Orchid #AC2CB7

Color information

#AC2CB7 (or 0xAC2CB7) is unknown color: approx Dark Orchid. HEX triplet: AC, 2C and B7. RGB value is (172,44,183). Sum of RGB (Red+Green+Blue) = 172+44+183=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC2CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CB7 is #53D348. Grayscale: #616161. Windows color (decimal): -5493577 or 12004524. OLE color: 12004524.

HSL color Cylindrical-coordinate representation of color #AC2CB7: hue angle of 295.25º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2CB7 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17244183-
CMYK0.060.7600.28
HSL295.25º61.23%44.51%-
HSV(B)295.25º75.96%71.76%-
XYZ26.4613.9946.11-
YUV98.12175.91180.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 44 (17.58% from 255) = 11.03%
BLUE value IS 183 (71.88% from 255) = 45.86%
R=43.11%
G=11.03%
B=45.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172441830.060.7600.28295.2561.2344.51
HexAC2CB764C01C1273d2d
Octal2545426761140344477555
Binary10101100101100101101111101001100011100100100111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2CB7; }

 p { color: rgb(172,44,183); }

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

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

 a { background-color: rgb(172,44,183); }

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

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

 span { border-color: rgb(172,44,183); }

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