#A339BF

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

Shades of Dark Orchid #A339BF

Tints of Dark Orchid #A339BF

Color information

#A339BF (or 0xA339BF) is unknown color: approx Dark Orchid. HEX triplet: A3, 39 and BF. RGB value is (163,57,191). Sum of RGB (Red+Green+Blue) = 163+57+191=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #A339BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339BF is #5CC640. Grayscale: #676767. Windows color (decimal): -6080065 or 12532131. OLE color: 12532131.

HSL color Cylindrical-coordinate representation of color #A339BF: hue angle of 287.46º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A339BF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16357191-
CMYK0.150.7000.25
HSL287.46º54.03%48.63%-
HSV(B)287.46º70.16%74.9%-
XYZ25.9714.4750.72-
YUV103.97177.12170.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 191 (75% from 255) = 46.47%
R=39.66%
G=13.87%
B=46.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163571910.150.7000.25287.4654.0348.63
HexA339BFF4601911f3631
Octal24371277171060314376661
Binary101000111110011011111111111000110011001100011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A339BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A339BF; }

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

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

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

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

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

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

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

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