#AC25A9

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

Shades of Dark Orchid #AC25A9

Tints of Dark Orchid #AC25A9

Color information

#AC25A9 (or 0xAC25A9) is unknown color: approx Dark Orchid. HEX triplet: AC, 25 and A9. RGB value is (172,37,169). Sum of RGB (Red+Green+Blue) = 172+37+169=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC25A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC25A9 is #53DA56. Grayscale: #5C5C5C. Windows color (decimal): -5495383 or 11085228. OLE color: 11085228.

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

Color convert

RGB17237169-
CMYK00.780.020.33
HSL301.33º64.59%40.98%-
HSV(B)301.33º78.49%67.45%-
XYZ24.8412.9638.73-
YUV92.41171.23184.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 37 (14.84% from 255) = 9.79%
BLUE value IS 169 (66.41% from 255) = 44.71%
R=45.50%
G=9.79%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723716900.780.020.33301.3364.5940.98
HexAC25A904E22112d4129
Octal25445251011624145510151
Binary101011001001011010100101001110101000011001011011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC25A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC25A9; }

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

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

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

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

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

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

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

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