#A731AE

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

Shades of Dark Orchid #A731AE

Tints of Dark Orchid #A731AE

Color information

#A731AE (or 0xA731AE) is unknown color: approx Dark Orchid. HEX triplet: A7, 31 and AE. RGB value is (167,49,174). Sum of RGB (Red+Green+Blue) = 167+49+174=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #A731AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A731AE is #58CE51. Grayscale: #626262. Windows color (decimal): -5819986 or 11415975. OLE color: 11415975.

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

Color convert

RGB16749174-
CMYK0.040.7200.32
HSL296.64º56.05%43.73%-
HSV(B)296.64º71.84%68.24%-
XYZ24.6713.4741.34-
YUV98.53170.59176.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 49 (19.53% from 255) = 12.56%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=42.82%
G=12.56%
B=44.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167491740.040.7200.32296.6456.0543.73
HexA731AE448020129382c
Octal2476125641100404517054
Binary101001111100011010111010010010000100000100101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A731AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A731AE; }

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

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

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

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

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

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

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

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