#A733BE

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

Shades of Dark Orchid #A733BE

Tints of Dark Orchid #A733BE

Color information

#A733BE (or 0xA733BE) is unknown color: approx Dark Orchid. HEX triplet: A7, 33 and BE. RGB value is (167,51,190). Sum of RGB (Red+Green+Blue) = 167+51+190=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #A733BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733BE is #58CC41. Grayscale: #656565. Windows color (decimal): -5819458 or 12465063. OLE color: 12465063.

HSL color Cylindrical-coordinate representation of color #A733BE: hue angle of 290.07º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A733BE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16751190-
CMYK0.120.7300.25
HSL290.07º57.68%47.25%-
HSV(B)290.07º73.16%74.51%-
XYZ26.4114.350.08-
YUV101.53177.93174.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 51 (20.31% from 255) = 12.5%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=40.93%
G=12.5%
B=46.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167511900.120.7300.25290.0757.6847.25
HexA733BEC490191223a2f
Octal24763276141110314427257
Binary101001111100111011111011001001001011001100100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A733BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A733BE; }

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

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

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

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

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

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

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

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