#A42ED2

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

Shades of Dark Orchid #A42ED2

Tints of Dark Orchid #A42ED2

Color information

#A42ED2 (or 0xA42ED2) is unknown color: approx Dark Orchid. HEX triplet: A4, 2E and D2. RGB value is (164,46,210). Sum of RGB (Red+Green+Blue) = 164+46+210=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 210 (82.42% from 255 or 50% from 420); Max value from RGB is 210 - color contains mainly: blue. Hex color #A42ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ED2 is #5BD12D. Grayscale: #636363. Windows color (decimal): -6017326 or 13774500. OLE color: 13774500.

HSL color Cylindrical-coordinate representation of color #A42ED2: hue angle of 283.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42ED2 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16446210-
CMYK0.220.7800.18
HSL283.17º64.57%50.2%-
HSV(B)283.17º78.1%82.35%-
XYZ27.9214.562.3-
YUV99.98190.09173.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 46 (18.36% from 255) = 10.95%
BLUE value IS 210 (82.42% from 255) = 50%
R=39.05%
G=10.95%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164462100.220.7800.18283.1764.5750.2
HexA42ED2164E01211b4132
Octal244563222611602243310162
Binary10100100101110110100101011010011100100101000110111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42ED2; }

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

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

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

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

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

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

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

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