#A73FD4

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

Shades of Dark Orchid #A73FD4

Tints of Dark Orchid #A73FD4

Color information

#A73FD4 (or 0xA73FD4) is unknown color: approx Dark Orchid. HEX triplet: A7, 3F and D4. RGB value is (167,63,212). Sum of RGB (Red+Green+Blue) = 167+63+212=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #A73FD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FD4 is #58C02B. Grayscale: #6E6E6E. Windows color (decimal): -5816364 or 13909927. OLE color: 13909927.

HSL color Cylindrical-coordinate representation of color #A73FD4: hue angle of 281.88º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73FD4 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16763212-
CMYK0.210.7000.17
HSL281.88º63.4%53.92%-
HSV(B)281.88º70.28%83.14%-
XYZ29.616.5263.92-
YUV111.08184.96167.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 212 (83.20% from 255) = 47.96%
R=37.78%
G=14.25%
B=47.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal167632120.210.7000.17281.8863.453.92
HexA73FD4154601111a3f36
Octal24777324251060214327766
Binary1010011111111111010100101011000110010001100011010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73FD4; }

 p { color: rgb(167,63,212); }

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

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

 a { background-color: rgb(167,63,212); }

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

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

 span { border-color: rgb(167,63,212); }

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