#A340BF

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

Shades of Dark Orchid #A340BF

Tints of Dark Orchid #A340BF

Color information

#A340BF (or 0xA340BF) is unknown color: approx Dark Orchid. HEX triplet: A3, 40 and BF. RGB value is (163,64,191). Sum of RGB (Red+Green+Blue) = 163+64+191=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #A340BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340BF is #5CBF40. Grayscale: #6B6B6B. Windows color (decimal): -6078273 or 12533923. OLE color: 12533923.

HSL color Cylindrical-coordinate representation of color #A340BF: hue angle of 286.77º 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 #A340BF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16364191-
CMYK0.150.6600.25
HSL286.77º49.8%50%-
HSV(B)286.77º66.49%74.9%-
XYZ26.3415.2150.84-
YUV108.08174.8167.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 191 (75% from 255) = 45.69%
R=39.00%
G=15.31%
B=45.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163641910.150.6600.25286.7749.850
HexA340BFF4201911f3232
Octal243100277171020314376262
Binary1010001110000001011111111111000010011001100011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A340BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A340BF; }

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

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

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

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

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

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

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

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