#a127af

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

Shades of Dark Orchid #A127AF

Tints of Dark Orchid #A127AF

Color information

#A127AF (or 0xA127AF) is unknown color: approx Dark Orchid. HEX triplet: A1, 27 and AF. RGB value is (161,39,175). Sum of RGB (Red+Green+Blue) = 161+39+175=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #A127AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A127AF is #5ED850. Grayscale: #5A5A5A. Windows color (decimal): -6215761 or 11478945. OLE color: 11478945.

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

Color convert

RGB16139175-
CMYK0.080.7800.31
HSL293.82º63.55%41.96%-
HSV(B)293.82º77.71%68.63%-
XYZ23.1612.1241.68-
YUV90.98175.42177.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 39 (15.62% from 255) = 10.4%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=42.93%
G=10.4%
B=46.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161391750.080.7800.31293.8263.5541.96
HexA127AF84E01F126402a
Octal241472571011603744610052
Binary1010000110011110101111100010011100111111001001101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a127af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a127af; }

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

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

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

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

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

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

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

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