#A039E2

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

Shades of Dark Orchid #A039E2

Tints of Dark Orchid #A039E2

Color information

#A039E2 (or 0xA039E2) is unknown color: approx Dark Orchid. HEX triplet: A0, 39 and E2. RGB value is (160,57,226). Sum of RGB (Red+Green+Blue) = 160+57+226=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 226 (88.67% from 255 or 51.02% from 443); Max value from RGB is 226 - color contains mainly: blue. Hex color #A039E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039E2 is #5FC61D. Grayscale: #6A6A6A. Windows color (decimal): -6276638 or 14825888. OLE color: 14825888.

HSL color Cylindrical-coordinate representation of color #A039E2: hue angle of 276.57º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A039E2 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16057226-
CMYK0.290.7500.11
HSL276.57º74.45%55.49%-
HSV(B)276.57º74.78%88.63%-
XYZ29.6915.8973.45-
YUV107.06195.12165.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 57 (22.66% from 255) = 12.87%
BLUE value IS 226 (88.67% from 255) = 51.02%
R=36.12%
G=12.87%
B=51.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160572260.290.7500.11276.5774.4555.49
HexA039E21D4B0B1154a37
Octal240713423511301342511267
Binary1010000011100111100010111011001011010111000101011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A039E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A039E2; }

 p { color: rgb(160,57,226); }

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

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

 a { background-color: rgb(160,57,226); }

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

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

 span { border-color: rgb(160,57,226); }

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