#A437E6

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

Shades of Dark Orchid #A437E6

Tints of Dark Orchid #A437E6

Color information

#A437E6 (or 0xA437E6) is unknown color: approx Dark Orchid. HEX triplet: A4, 37 and E6. RGB value is (164,55,230). Sum of RGB (Red+Green+Blue) = 164+55+230=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #A437E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A437E6 is #5BC819. Grayscale: #6A6A6A. Windows color (decimal): -6015002 or 15087524. OLE color: 15087524.

HSL color Cylindrical-coordinate representation of color #A437E6: hue angle of 277.37º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A437E6 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16455230-
CMYK0.290.7600.10
HSL277.37º77.78%55.88%-
HSV(B)277.37º76.09%90.2%-
XYZ30.9616.3476.38-
YUV107.54197.11168.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 55 (21.88% from 255) = 12.25%
BLUE value IS 230 (90.23% from 255) = 51.22%
R=36.53%
G=12.25%
B=51.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal164552300.290.7600.10277.3777.7855.88
HexA437E61D4C0A1154e38
Octal244673463511401242511670
Binary1010010011011111100110111011001100010101000101011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A437E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A437E6; }

 p { color: rgb(164,55,230); }

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

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

 a { background-color: rgb(164,55,230); }

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

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

 span { border-color: rgb(164,55,230); }

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