#A440E1

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

Shades of Dark Orchid #A440E1

Tints of Dark Orchid #A440E1

Color information

#A440E1 (or 0xA440E1) is unknown color: approx Dark Orchid. HEX triplet: A4, 40 and E1. RGB value is (164,64,225). Sum of RGB (Red+Green+Blue) = 164+64+225=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #A440E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440E1 is #5BBF1E. Grayscale: #6F6F6F. Windows color (decimal): -6012703 or 14762148. OLE color: 14762148.

HSL color Cylindrical-coordinate representation of color #A440E1: hue angle of 277.27º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A440E1 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16464225-
CMYK0.270.7200.12
HSL277.27º72.85%56.67%-
HSV(B)277.27º71.56%88.24%-
XYZ30.731772.89-
YUV112.25191.63164.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 64 (25.39% from 255) = 14.13%
BLUE value IS 225 (88.28% from 255) = 49.67%
R=36.20%
G=14.13%
B=49.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164642250.270.7200.12277.2772.8556.67
HexA440E11B480C1154939
Octal2441003413311001442511171
Binary10100100100000011100001110111001000011001000101011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A440E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A440E1; }

 p { color: rgb(164,64,225); }

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

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

 a { background-color: rgb(164,64,225); }

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

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

 span { border-color: rgb(164,64,225); }

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