#ac27a9

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

Shades of Dark Orchid #AC27A9

Tints of Dark Orchid #AC27A9

Color information

#AC27A9 (or 0xAC27A9) is unknown color: approx Dark Orchid. HEX triplet: AC, 27 and A9. RGB value is (172,39,169). Sum of RGB (Red+Green+Blue) = 172+39+169=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC27A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC27A9 is #53D856. Grayscale: #5D5D5D. Windows color (decimal): -5494871 or 11085740. OLE color: 11085740.

HSL color Cylindrical-coordinate representation of color #AC27A9: hue angle of 301.35º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC27A9 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17239169-
CMYK00.770.020.33
HSL301.35º63.03%41.37%-
HSV(B)301.35º77.33%67.45%-
XYZ24.913.0938.75-
YUV93.59170.56183.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 39 (15.62% from 255) = 10.26%
BLUE value IS 169 (66.41% from 255) = 44.47%
R=45.26%
G=10.26%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723916900.770.020.33301.3563.0341.37
HexAC27A904D22112d3f29
Octal2544725101152414557751
Binary10101100100111101010010100110110100001100101101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac27a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac27a9; }

 p { color: rgb(172,39,169); }

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

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

 a { background-color: rgb(172,39,169); }

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

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

 span { border-color: rgb(172,39,169); }

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