#A732AE

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

Shades of Dark Orchid #A732AE

Tints of Dark Orchid #A732AE

Color information

#A732AE (or 0xA732AE) is unknown color: approx Dark Orchid. HEX triplet: A7, 32 and AE. RGB value is (167,50,174). Sum of RGB (Red+Green+Blue) = 167+50+174=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #A732AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A732AE is #58CD51. Grayscale: #626262. Windows color (decimal): -5819730 or 11416231. OLE color: 11416231.

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

Color convert

RGB16750174-
CMYK0.040.7100.32
HSL296.61º55.36%43.92%-
HSV(B)296.61º71.26%68.24%-
XYZ24.7213.5541.36-
YUV99.12170.26176.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 50 (19.92% from 255) = 12.79%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=42.71%
G=12.79%
B=44.50%

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
Decimal167501740.040.7100.32296.6155.3643.92
HexA732AE447020129372c
Octal2476225641070404516754
Binary101001111100101010111010010001110100000100101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A732AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A732AE; }

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

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

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

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

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

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

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

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