#A940E3

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

Shades of Dark Orchid #A940E3

Tints of Dark Orchid #A940E3

Color information

#A940E3 (or 0xA940E3) is unknown color: approx Dark Orchid. HEX triplet: A9, 40 and E3. RGB value is (169,64,227). Sum of RGB (Red+Green+Blue) = 169+64+227=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 227 (89.06% from 255 or 49.35% from 460); Max value from RGB is 227 - color contains mainly: blue. Hex color #A940E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940E3 is #56BF1C. Grayscale: #717171. Windows color (decimal): -5685021 or 14893225. OLE color: 14893225.

HSL color Cylindrical-coordinate representation of color #A940E3: hue angle of 278.65º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A940E3 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16964227-
CMYK0.260.7200.11
HSL278.65º74.43%57.06%-
HSV(B)278.65º71.81%89.02%-
XYZ32.0617.6574.39-
YUV113.98191.79167.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 64 (25.39% from 255) = 13.91%
BLUE value IS 227 (89.06% from 255) = 49.35%
R=36.74%
G=13.91%
B=49.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal169642270.260.7200.11278.6574.4357.06
HexA940E31A480B1174a39
Octal2511003433211001342711271
Binary10101001100000011100011110101001000010111000101111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A940E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A940E3; }

 p { color: rgb(169,64,227); }

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

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

 a { background-color: rgb(169,64,227); }

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

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

 span { border-color: rgb(169,64,227); }

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