#AC2FCB

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

Shades of Dark Orchid #AC2FCB

Tints of Dark Orchid #AC2FCB

Color information

#AC2FCB (or 0xAC2FCB) is unknown color: approx Dark Orchid. HEX triplet: AC, 2F and CB. RGB value is (172,47,203). Sum of RGB (Red+Green+Blue) = 172+47+203=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC2FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FCB is #53D034. Grayscale: #656565. Windows color (decimal): -5492789 or 13316012. OLE color: 13316012.

HSL color Cylindrical-coordinate representation of color #AC2FCB: hue angle of 288.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2FCB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17247203-
CMYK0.150.7700.20
HSL288.08º62.4%49.02%-
HSV(B)288.08º76.85%79.61%-
XYZ28.8115.1257.9-
YUV102.16184.91177.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 47 (18.75% from 255) = 11.14%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=40.76%
G=11.14%
B=48.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172472030.150.7700.20288.0862.449.02
HexAC2FCBF4D0141203e31
Octal25457313171150244407661
Binary101011001011111100101111111001101010100100100000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2FCB; }

 p { color: rgb(172,47,203); }

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

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

 a { background-color: rgb(172,47,203); }

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

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

 span { border-color: rgb(172,47,203); }

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