#A339DE

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

Shades of Dark Orchid #A339DE

Tints of Dark Orchid #A339DE

Color information

#A339DE (or 0xA339DE) is unknown color: approx Dark Orchid. HEX triplet: A3, 39 and DE. RGB value is (163,57,222). Sum of RGB (Red+Green+Blue) = 163+57+222=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #A339DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339DE is #5CC621. Grayscale: #6A6A6A. Windows color (decimal): -6080034 or 14563747. OLE color: 14563747.

HSL color Cylindrical-coordinate representation of color #A339DE: hue angle of 278.55º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A339DE is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16357222-
CMYK0.270.7400.13
HSL278.55º71.43%54.71%-
HSV(B)278.55º74.32%87.06%-
XYZ29.7515.9970.62-
YUV107.5192.62167.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 57 (22.66% from 255) = 12.90%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=36.88%
G=12.90%
B=50.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163572220.270.7400.13278.5571.4354.71
HexA339DE1B4A0D1174737
Octal243713363311201542710767
Binary1010001111100111011110110111001010011011000101111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A339DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A339DE; }

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

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

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

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

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

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

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

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