#ac1bba

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

Shades of Dark Orchid #AC1BBA

Tints of Dark Orchid #AC1BBA

Color information

#AC1BBA (or 0xAC1BBA) is unknown color: approx Dark Orchid. HEX triplet: AC, 1B and BA. RGB value is (172,27,186). Sum of RGB (Red+Green+Blue) = 172+27+186=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1BBA is #53E445. Grayscale: #575757. Windows color (decimal): -5497926 or 12196780. OLE color: 12196780.

HSL color Cylindrical-coordinate representation of color #AC1BBA: hue angle of 294.72º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1BBA is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17227186-
CMYK0.080.8500.27
HSL294.72º74.65%41.76%-
HSV(B)294.72º85.48%72.94%-
XYZ26.2713.147.6-
YUV88.48183.04187.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 27 (10.94% from 255) = 7.01%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=44.68%
G=7.01%
B=48.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172271860.080.8500.27294.7274.6541.76
HexAC1BBA85501B1274b2a
Octal254332721012503344711352
Binary101011001101110111010100010101010110111001001111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac1bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac1bba; }

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

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

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

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

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

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

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

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