#A42EC1

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

Shades of Dark Orchid #A42EC1

Tints of Dark Orchid #A42EC1

Color information

#A42EC1 (or 0xA42EC1) is unknown color: approx Dark Orchid. HEX triplet: A4, 2E and C1. RGB value is (164,46,193). Sum of RGB (Red+Green+Blue) = 164+46+193=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #A42EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EC1 is #5BD13E. Grayscale: #616161. Windows color (decimal): -6017343 or 12660388. OLE color: 12660388.

HSL color Cylindrical-coordinate representation of color #A42EC1: hue angle of 288.16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42EC1 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16446193-
CMYK0.150.7600.24
HSL288.16º61.51%46.86%-
HSV(B)288.16º76.17%75.69%-
XYZ25.9113.751.73-
YUV98.04181.59175.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 46 (18.36% from 255) = 11.41%
BLUE value IS 193 (75.78% from 255) = 47.89%
R=40.69%
G=11.41%
B=47.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164461930.150.7600.24288.1661.5146.86
HexA42EC1F4C0181203e2f
Octal24456301171140304407657
Binary101001001011101100000111111001100011000100100000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42EC1; }

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

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

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

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

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

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

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

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