#A73ACA

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

Shades of Dark Orchid #A73ACA

Tints of Dark Orchid #A73ACA

Color information

#A73ACA (or 0xA73ACA) is unknown color: approx Dark Orchid. HEX triplet: A7, 3A and CA. RGB value is (167,58,202). Sum of RGB (Red+Green+Blue) = 167+58+202=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #A73ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ACA is #58C535. Grayscale: #6A6A6A. Windows color (decimal): -5817654 or 13253287. OLE color: 13253287.

HSL color Cylindrical-coordinate representation of color #A73ACA: hue angle of 285.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73ACA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16758202-
CMYK0.170.7100.21
HSL285.42º57.6%50.98%-
HSV(B)285.42º71.29%79.22%-
XYZ28.1115.5157.39-
YUV107.01181.61170.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.11%
GREEN value IS 58 (23.05% from 255) = 13.58%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=39.11%
G=13.58%
B=47.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167582020.170.7100.21285.4257.650.98
HexA73ACA114701511d3a33
Octal24772312211070254357263
Binary1010011111101011001010100011000111010101100011101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73ACA; }

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

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

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

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

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

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

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

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