#A42EE3

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

Shades of Dark Orchid #A42EE3

Tints of Dark Orchid #A42EE3

Color information

#A42EE3 (or 0xA42EE3) is unknown color: approx Dark Orchid. HEX triplet: A4, 2E and E3. RGB value is (164,46,227). Sum of RGB (Red+Green+Blue) = 164+46+227=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #A42EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EE3 is #5BD11C. Grayscale: #656565. Windows color (decimal): -6017309 or 14888612. OLE color: 14888612.

HSL color Cylindrical-coordinate representation of color #A42EE3: hue angle of 279.12º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42EE3 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16446227-
CMYK0.280.8000.11
HSL279.12º76.37%53.53%-
HSV(B)279.12º79.74%89.02%-
XYZ30.1515.3974.05-
YUV101.92198.59172.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 46 (18.36% from 255) = 10.53%
BLUE value IS 227 (89.06% from 255) = 51.95%
R=37.53%
G=10.53%
B=51.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal164462270.280.8000.11279.1276.3753.53
HexA42EE31C500B1174c36
Octal244563433412001342711466
Binary1010010010111011100011111001010000010111000101111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42EE3; }

 p { color: rgb(164,46,227); }

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

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

 a { background-color: rgb(164,46,227); }

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

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

 span { border-color: rgb(164,46,227); }

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