#A727AE

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

Shades of Dark Orchid #A727AE

Tints of Dark Orchid #A727AE

Color information

#A727AE (or 0xA727AE) is unknown color: approx Dark Orchid. HEX triplet: A7, 27 and AE. RGB value is (167,39,174). Sum of RGB (Red+Green+Blue) = 167+39+174=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #A727AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A727AE is #58D851. Grayscale: #5C5C5C. Windows color (decimal): -5822546 or 11413415. OLE color: 11413415.

HSL color Cylindrical-coordinate representation of color #A727AE: hue angle of 296.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A727AE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16739174-
CMYK0.040.7800.32
HSL296.89º63.38%41.76%-
HSV(B)296.89º77.59%68.24%-
XYZ24.312.7241.22-
YUV92.66173.91181.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 39 (15.62% from 255) = 10.26%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=43.95%
G=10.26%
B=45.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167391740.040.7800.32296.8963.3841.76
HexA727AE44E0201293f2a
Octal2474725641160404517752
Binary101001111001111010111010010011100100000100101001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A727AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A727AE; }

 p { color: rgb(167,39,174); }

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

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

 a { background-color: rgb(167,39,174); }

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

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

 span { border-color: rgb(167,39,174); }

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