#A733B9

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

Shades of Dark Orchid #A733B9

Tints of Dark Orchid #A733B9

Color information

#A733B9 (or 0xA733B9) is unknown color: approx Dark Orchid. HEX triplet: A7, 33 and B9. RGB value is (167,51,185). Sum of RGB (Red+Green+Blue) = 167+51+185=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #A733B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733B9 is #58CC46. Grayscale: #646464. Windows color (decimal): -5819463 or 12137383. OLE color: 12137383.

HSL color Cylindrical-coordinate representation of color #A733B9: hue angle of 291.94º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A733B9 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16751185-
CMYK0.100.7200.27
HSL291.94º56.78%46.27%-
HSV(B)291.94º72.43%72.55%-
XYZ25.8814.0947.25-
YUV100.96175.43175.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 185 (72.66% from 255) = 45.91%
R=41.44%
G=12.66%
B=45.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167511850.100.7200.27291.9456.7846.27
HexA733B9A4801B124392e
Octal24763271121100334447156
Binary101001111100111011100110101001000011011100100100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A733B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A733B9; }

 p { color: rgb(167,51,185); }

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

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

 a { background-color: rgb(167,51,185); }

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

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

 span { border-color: rgb(167,51,185); }

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