#A733AD

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

Shades of Dark Orchid #A733AD

Tints of Dark Orchid #A733AD

Color information

#A733AD (or 0xA733AD) is unknown color: approx Dark Orchid. HEX triplet: A7, 33 and AD. RGB value is (167,51,173). Sum of RGB (Red+Green+Blue) = 167+51+173=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #A733AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A733AD is #58CC52. Grayscale: #636363. Windows color (decimal): -5819475 or 11350951. OLE color: 11350951.

HSL color Cylindrical-coordinate representation of color #A733AD: hue angle of 297.05º degrees, saturation: 0.54, 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 #A733AD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16751173-
CMYK0.030.7100.32
HSL297.05º54.46%43.92%-
HSV(B)297.05º70.52%67.84%-
XYZ24.6613.640.86-
YUV99.59169.43176.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=42.71%
G=13.04%
B=44.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167511730.030.7100.32297.0554.4643.92
HexA733AD347020129362c
Octal2476325531070404516654
Binary10100111110011101011011110001110100000100101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A733AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A733AD; }

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

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

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

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

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

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

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

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