#A340BE

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

Shades of Dark Orchid #A340BE

Tints of Dark Orchid #A340BE

Color information

#A340BE (or 0xA340BE) is unknown color: approx Dark Orchid. HEX triplet: A3, 40 and BE. RGB value is (163,64,190). Sum of RGB (Red+Green+Blue) = 163+64+190=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #A340BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340BE is #5CBF41. Grayscale: #6B6B6B. Windows color (decimal): -6078274 or 12468387. OLE color: 12468387.

HSL color Cylindrical-coordinate representation of color #A340BE: hue angle of 287.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A340BE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16364190-
CMYK0.140.6600.25
HSL287.14º49.61%49.8%-
HSV(B)287.14º66.32%74.51%-
XYZ26.2315.1750.26-
YUV107.96174.3167.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=39.09%
G=15.35%
B=45.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163641900.140.6600.25287.1449.6149.8
HexA340BEE4201911f3232
Octal243100276161020314376262
Binary1010001110000001011111011101000010011001100011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A340BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A340BE; }

 p { color: rgb(163,64,190); }

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

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

 a { background-color: rgb(163,64,190); }

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

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

 span { border-color: rgb(163,64,190); }

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