#A743D1

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

Shades of Dark Orchid #A743D1

Tints of Dark Orchid #A743D1

Color information

#A743D1 (or 0xA743D1) is unknown color: approx Dark Orchid. HEX triplet: A7, 43 and D1. RGB value is (167,67,209). Sum of RGB (Red+Green+Blue) = 167+67+209=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #A743D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A743D1 is #58BC2E. Grayscale: #707070. Windows color (decimal): -5815343 or 13714343. OLE color: 13714343.

HSL color Cylindrical-coordinate representation of color #A743D1: hue angle of 282.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A743D1 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16767209-
CMYK0.200.6800.18
HSL282.25º60.68%54.12%-
HSV(B)282.25º67.94%81.96%-
XYZ29.4516.8362.02-
YUV113.09182.13166.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 67 (26.56% from 255) = 15.12%
BLUE value IS 209 (82.03% from 255) = 47.18%
R=37.70%
G=15.12%
B=47.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167672090.200.6800.18282.2560.6854.12
HexA743D1144401211a3d36
Octal247103321241040224327566
Binary10100111100001111010001101001000100010010100011010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A743D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A743D1; }

 p { color: rgb(167,67,209); }

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

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

 a { background-color: rgb(167,67,209); }

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

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

 span { border-color: rgb(167,67,209); }

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