#a743d5

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

Shades of Dark Orchid #A743D5

Tints of Dark Orchid #A743D5

Color information

#A743D5 (or 0xA743D5) is unknown color: approx Dark Orchid. HEX triplet: A7, 43 and D5. RGB value is (167,67,213). Sum of RGB (Red+Green+Blue) = 167+67+213=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #A743D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A743D5 is #58BC2A. Grayscale: #717171. Windows color (decimal): -5815339 or 13976487. OLE color: 13976487.

HSL color Cylindrical-coordinate representation of color #A743D5: hue angle of 281.1º 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 #A743D5 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16767213-
CMYK0.220.6900.16
HSL281.1º63.48%54.9%-
HSV(B)281.1º68.54%83.53%-
XYZ29.9517.0364.66-
YUV113.54184.13166.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 67 (26.56% from 255) = 14.99%
BLUE value IS 213 (83.59% from 255) = 47.65%
R=37.36%
G=14.99%
B=47.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal167672130.220.6900.16281.163.4854.9
HexA743D516450101193f37
Octal247103325261050204317767
Binary10100111100001111010101101101000101010000100011001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a743d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a743d5; }

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

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

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

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

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

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

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

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