#AC1CB1

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

Shades of Dark Orchid #AC1CB1

Tints of Dark Orchid #AC1CB1

Color information

#AC1CB1 (or 0xAC1CB1) is unknown color: approx Dark Orchid. HEX triplet: AC, 1C and B1. RGB value is (172,28,177). Sum of RGB (Red+Green+Blue) = 172+28+177=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC1CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CB1 is #53E34E. Grayscale: #575757. Windows color (decimal): -5497679 or 11607212. OLE color: 11607212.

HSL color Cylindrical-coordinate representation of color #AC1CB1: hue angle of 297.99º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1CB1 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17228177-
CMYK0.030.8400.31
HSL297.99º72.68%40.2%-
HSV(B)297.99º84.18%69.41%-
XYZ25.3612.7842.72-
YUV88.04178.21187.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 28 (11.33% from 255) = 7.43%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=45.62%
G=7.43%
B=46.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172281770.030.8400.31297.9972.6840.2
HexAC1CB135401F12a4928
Octal25434261312403745211150
Binary1010110011100101100011110101000111111001010101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1CB1; }

 p { color: rgb(172,28,177); }

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

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

 a { background-color: rgb(172,28,177); }

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

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

 span { border-color: rgb(172,28,177); }

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