#AC27AF

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

Shades of Dark Orchid #AC27AF

Tints of Dark Orchid #AC27AF

Color information

#AC27AF (or 0xAC27AF) is unknown color: approx Dark Orchid. HEX triplet: AC, 27 and AF. RGB value is (172,39,175). Sum of RGB (Red+Green+Blue) = 172+39+175=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC27AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC27AF is #53D850. Grayscale: #5D5D5D. Windows color (decimal): -5494865 or 11478956. OLE color: 11478956.

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

Color convert

RGB17239175-
CMYK0.020.7800.31
HSL298.68º63.55%41.96%-
HSV(B)298.68º77.71%68.63%-
XYZ25.4813.3241.79-
YUV94.27173.56183.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 39 (15.62% from 255) = 10.10%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=44.56%
G=10.10%
B=45.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172391750.020.7800.31298.6863.5541.96
HexAC27AF24E01F12b402a
Octal25447257211603745310052
Binary10101100100111101011111010011100111111001010111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC27AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC27AF; }

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

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

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

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

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

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

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

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