#A127E1

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

Shades of Dark Orchid #A127E1

Tints of Dark Orchid #A127E1

Color information

#A127E1 (or 0xA127E1) is unknown color: approx Dark Orchid. HEX triplet: A1, 27 and E1. RGB value is (161,39,225). Sum of RGB (Red+Green+Blue) = 161+39+225=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #A127E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127E1 is #5ED81E. Grayscale: #606060. Windows color (decimal): -6215711 or 14755745. OLE color: 14755745.

HSL color Cylindrical-coordinate representation of color #A127E1: hue angle of 279.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A127E1 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16139225-
CMYK0.280.8300.12
HSL279.35º75.61%51.76%-
HSV(B)279.35º82.67%88.24%-
XYZ29.0114.4672.5-
YUV96.68200.42173.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 39 (15.62% from 255) = 9.18%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=37.88%
G=9.18%
B=52.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161392250.280.8300.12279.3575.6151.76
HexA127E11C530C1174c34
Octal241473413412301442711464
Binary1010000110011111100001111001010011011001000101111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A127E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A127E1; }

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

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

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

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

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

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

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

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