#A342E1

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

Shades of Dark Orchid #A342E1

Tints of Dark Orchid #A342E1

Color information

#A342E1 (or 0xA342E1) is unknown color: approx Dark Orchid. HEX triplet: A3, 42 and E1. RGB value is (163,66,225). Sum of RGB (Red+Green+Blue) = 163+66+225=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #A342E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342E1 is #5CBD1E. Grayscale: #707070. Windows color (decimal): -6077727 or 14762659. OLE color: 14762659.

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

Color convert

RGB16366225-
CMYK0.280.7100.12
HSL276.6º72.6%57.06%-
HSV(B)276.6º70.67%88.24%-
XYZ30.6417.1272.92-
YUV113.13191.14163.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 66 (26.17% from 255) = 14.54%
BLUE value IS 225 (88.28% from 255) = 49.56%
R=35.90%
G=14.54%
B=49.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal163662250.280.7100.12276.672.657.06
HexA342E11C470C1154939
Octal2431023413410701442511171
Binary10100011100001011100001111001000111011001000101011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A342E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A342E1; }

 p { color: rgb(163,66,225); }

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

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

 a { background-color: rgb(163,66,225); }

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

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

 span { border-color: rgb(163,66,225); }

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