#A73ADD

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

Shades of Dark Orchid #A73ADD

Tints of Dark Orchid #A73ADD

Color information

#A73ADD (or 0xA73ADD) is unknown color: approx Dark Orchid. HEX triplet: A7, 3A and DD. RGB value is (167,58,221). Sum of RGB (Red+Green+Blue) = 167+58+221=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #A73ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ADD is #58C522. Grayscale: #6C6C6C. Windows color (decimal): -5817635 or 14498471. OLE color: 14498471.

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

Color convert

RGB16758221-
CMYK0.240.7400.13
HSL280.12º70.56%54.71%-
HSV(B)280.12º73.76%86.67%-
XYZ30.516.4669.98-
YUV109.17191.11169.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 58 (23.05% from 255) = 13.00%
BLUE value IS 221 (86.72% from 255) = 49.55%
R=37.44%
G=13.00%
B=49.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167582210.240.7400.13280.1270.5654.71
HexA73ADD184A0D1184737
Octal247723353011201543010767
Binary1010011111101011011101110001001010011011000110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73ADD; }

 p { color: rgb(167,58,221); }

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

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

 a { background-color: rgb(167,58,221); }

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

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

 span { border-color: rgb(167,58,221); }

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