#A043D5

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

Shades of Dark Orchid #A043D5

Tints of Dark Orchid #A043D5

Color information

#A043D5 (or 0xA043D5) is unknown color: approx Dark Orchid. HEX triplet: A0, 43 and D5. RGB value is (160,67,213). Sum of RGB (Red+Green+Blue) = 160+67+213=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #A043D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043D5 is #5FBC2A. Grayscale: #6E6E6E. Windows color (decimal): -6274091 or 13976480. OLE color: 13976480.

HSL color Cylindrical-coordinate representation of color #A043D5: hue angle of 278.22º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A043D5 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16067213-
CMYK0.250.6900.16
HSL278.22º63.48%54.9%-
HSV(B)278.22º68.54%83.53%-
XYZ28.5116.2964.59-
YUV111.45185.31162.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 67 (26.56% from 255) = 15.23%
BLUE value IS 213 (83.59% from 255) = 48.41%
R=36.36%
G=15.23%
B=48.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160672130.250.6900.16278.2263.4854.9
HexA043D519450101163f37
Octal240103325311050204267767
Binary10100000100001111010101110011000101010000100010110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A043D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A043D5; }

 p { color: rgb(160,67,213); }

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

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

 a { background-color: rgb(160,67,213); }

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

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

 span { border-color: rgb(160,67,213); }

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