#A127AE

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

Shades of Dark Orchid #A127AE

Tints of Dark Orchid #A127AE

Color information

#A127AE (or 0xA127AE) is unknown color: approx Dark Orchid. HEX triplet: A1, 27 and AE. RGB value is (161,39,174). Sum of RGB (Red+Green+Blue) = 161+39+174=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #A127AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A127AE is #5ED851. Grayscale: #5A5A5A. Windows color (decimal): -6215762 or 11413409. OLE color: 11413409.

HSL color Cylindrical-coordinate representation of color #A127AE: hue angle of 294.22º 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 #A127AE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16139174-
CMYK0.070.7800.32
HSL294.22º63.38%41.76%-
HSV(B)294.22º77.59%68.24%-
XYZ23.0612.0841.16-
YUV90.87174.92178.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 39 (15.62% from 255) = 10.43%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=43.05%
G=10.43%
B=46.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161391740.070.7800.32294.2263.3841.76
HexA127AE74E0201263f2a
Octal2414725671160404467752
Binary101000011001111010111011110011100100000100100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A127AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A127AE; }

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

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

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

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

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

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

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

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