#A73FBB

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

Shades of Dark Orchid #A73FBB

Tints of Dark Orchid #A73FBB

Color information

#A73FBB (or 0xA73FBB) is unknown color: approx Dark Orchid. HEX triplet: A7, 3F and BB. RGB value is (167,63,187). Sum of RGB (Red+Green+Blue) = 167+63+187=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #A73FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FBB is #58C044. Grayscale: #6B6B6B. Windows color (decimal): -5816389 or 12271527. OLE color: 12271527.

HSL color Cylindrical-coordinate representation of color #A73FBB: hue angle of 290.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73FBB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16763187-
CMYK0.110.6600.27
HSL290.32º49.6%49.02%-
HSV(B)290.32º66.31%73.33%-
XYZ26.6815.3648.57-
YUV108.23172.46169.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 63 (25% from 255) = 15.11%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=40.05%
G=15.11%
B=44.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167631870.110.6600.27290.3249.649.02
HexA73FBBB4201B1223231
Octal24777273131020334426261
Binary101001111111111011101110111000010011011100100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73FBB; }

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

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

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

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

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

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

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

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