#AC27B4

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

Shades of Dark Orchid #AC27B4

Tints of Dark Orchid #AC27B4

Color information

#AC27B4 (or 0xAC27B4) is unknown color: approx Dark Orchid. HEX triplet: AC, 27 and B4. RGB value is (172,39,180). Sum of RGB (Red+Green+Blue) = 172+39+180=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC27B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27B4 is #53D84B. Grayscale: #5E5E5E. Windows color (decimal): -5494860 or 11806636. OLE color: 11806636.

HSL color Cylindrical-coordinate representation of color #AC27B4: hue angle of 296.6º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC27B4 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17239180-
CMYK0.040.7800.29
HSL296.6º64.38%42.94%-
HSV(B)296.6º78.33%70.59%-
XYZ25.9813.5244.42-
YUV94.84176.06183.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 39 (15.62% from 255) = 9.97%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=43.99%
G=9.97%
B=46.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172391800.040.7800.29296.664.3842.94
HexAC27B444E01D129402b
Octal25447264411603545110053
Binary101011001001111011010010010011100111011001010011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC27B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC27B4; }

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

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

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

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

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

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

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

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