#A733AE

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

Shades of Dark Orchid #A733AE

Tints of Dark Orchid #A733AE

Color information

#A733AE (or 0xA733AE) is unknown color: approx Dark Orchid. HEX triplet: A7, 33 and AE. RGB value is (167,51,174). Sum of RGB (Red+Green+Blue) = 167+51+174=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #A733AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A733AE is #58CC51. Grayscale: #636363. Windows color (decimal): -5819474 or 11416487. OLE color: 11416487.

HSL color Cylindrical-coordinate representation of color #A733AE: hue angle of 296.59º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A733AE is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16751174-
CMYK0.040.7100.32
HSL296.59º54.67%44.12%-
HSV(B)296.59º70.69%68.24%-
XYZ24.7613.6441.37-
YUV99.71169.93176-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 51 (20.31% from 255) = 13.01%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=42.60%
G=13.01%
B=44.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167511740.040.7100.32296.5954.6744.12
HexA733AE447020129372c
Octal2476325641070404516754
Binary101001111100111010111010010001110100000100101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A733AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A733AE; }

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

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

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

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

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

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

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

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