#AC2BAD

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

Shades of Dark Orchid #AC2BAD

Tints of Dark Orchid #AC2BAD

Color information

#AC2BAD (or 0xAC2BAD) is unknown color: approx Dark Orchid. HEX triplet: AC, 2B and AD. RGB value is (172,43,173). Sum of RGB (Red+Green+Blue) = 172+43+173=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC2BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2BAD is #53D452. Grayscale: #606060. Windows color (decimal): -5493843 or 11348908. OLE color: 11348908.

HSL color Cylindrical-coordinate representation of color #AC2BAD: hue angle of 299.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2BAD is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17243173-
CMYK0.010.7500.32
HSL299.54º60.19%42.35%-
HSV(B)299.54º75.14%67.84%-
XYZ25.4213.5240.8-
YUV96.39171.24181.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 43 (17.19% from 255) = 11.08%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=44.33%
G=11.08%
B=44.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172431730.010.7500.32299.5460.1942.35
HexAC2BAD14B02012c3c2a
Octal2545325511130404547452
Binary1010110010101110101101110010110100000100101100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2BAD; }

 p { color: rgb(172,43,173); }

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

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

 a { background-color: rgb(172,43,173); }

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

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

 span { border-color: rgb(172,43,173); }

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