#A733B7

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

Shades of Dark Orchid #A733B7

Tints of Dark Orchid #A733B7

Color information

#A733B7 (or 0xA733B7) is unknown color: approx Dark Orchid. HEX triplet: A7, 33 and B7. RGB value is (167,51,183). Sum of RGB (Red+Green+Blue) = 167+51+183=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #A733B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733B7 is #58CC48. Grayscale: #646464. Windows color (decimal): -5819465 or 12006311. OLE color: 12006311.

HSL color Cylindrical-coordinate representation of color #A733B7: hue angle of 292.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A733B7 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16751183-
CMYK0.090.7200.28
HSL292.73º56.41%45.88%-
HSV(B)292.73º72.13%71.76%-
XYZ25.671446.15-
YUV100.73174.43175.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 183 (71.88% from 255) = 45.64%
R=41.65%
G=12.72%
B=45.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal167511830.090.7200.28292.7356.4145.88
HexA733B794801C125382e
Octal24763267111100344457056
Binary101001111100111011011110011001000011100100100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A733B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A733B7; }

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

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

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

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

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

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

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

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