#AC1BB0

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

Shades of Dark Orchid #AC1BB0

Tints of Dark Orchid #AC1BB0

Color information

#AC1BB0 (or 0xAC1BB0) is unknown color: approx Dark Orchid. HEX triplet: AC, 1B and B0. RGB value is (172,27,176). Sum of RGB (Red+Green+Blue) = 172+27+176=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC1BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BB0 is #53E44F. Grayscale: #565656. Windows color (decimal): -5497936 or 11541420. OLE color: 11541420.

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

Color convert

RGB17227176-
CMYK0.020.8500.31
HSL298.39º73.4%39.8%-
HSV(B)298.39º84.66%69.02%-
XYZ25.2412.6942.19-
YUV87.34178.04188.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 27 (10.94% from 255) = 7.2%
BLUE value IS 176 (69.14% from 255) = 46.93%
R=45.87%
G=7.2%
B=46.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172271760.020.8500.31298.3973.439.8
HexAC1BB025501F12a4928
Octal25433260212503745211150
Binary1010110011011101100001010101010111111001010101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1BB0; }

 p { color: rgb(172,27,176); }

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

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

 a { background-color: rgb(172,27,176); }

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

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

 span { border-color: rgb(172,27,176); }

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