#a73fdf

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

Shades of Dark Orchid #A73FDF

Tints of Dark Orchid #A73FDF

Color information

#A73FDF (or 0xA73FDF) is unknown color: approx Dark Orchid. HEX triplet: A7, 3F and DF. RGB value is (167,63,223). Sum of RGB (Red+Green+Blue) = 167+63+223=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #A73FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FDF is #58C020. Grayscale: #6F6F6F. Windows color (decimal): -5816353 or 14630823. OLE color: 14630823.

HSL color Cylindrical-coordinate representation of color #A73FDF: hue angle of 279º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A73FDF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16763223-
CMYK0.250.7200.13
HSL279º71.43%56.08%-
HSV(B)279º71.75%87.45%-
XYZ31.0317.171.48-
YUV112.34190.46166.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 63 (25% from 255) = 13.91%
BLUE value IS 223 (87.5% from 255) = 49.23%
R=36.87%
G=13.91%
B=49.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167632230.250.7200.1327971.4356.08
HexA73FDF19480D1174738
Octal247773373111001542710770
Binary1010011111111111011111110011001000011011000101111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73fdf; }

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

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

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

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

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

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

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

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