#A831AE

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

Shades of Dark Orchid #A831AE

Tints of Dark Orchid #A831AE

Color information

#A831AE (or 0xA831AE) is unknown color: approx Dark Orchid. HEX triplet: A8, 31 and AE. RGB value is (168,49,174). Sum of RGB (Red+Green+Blue) = 168+49+174=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 49 (19.53% from 255 or 12.53% 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 #A831AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A831AE is #57CE51. Grayscale: #626262. Windows color (decimal): -5754450 or 11415976. OLE color: 11415976.

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

Color convert

RGB16849174-
CMYK0.030.7200.32
HSL297.12º56.05%43.73%-
HSV(B)297.12º71.84%68.24%-
XYZ24.8913.5841.35-
YUV98.83170.42177.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 49 (19.53% from 255) = 12.53%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=42.97%
G=12.53%
B=44.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168491740.030.7200.32297.1256.0543.73
HexA831AE348020129382c
Octal2506125631100404517054
Binary10101000110001101011101110010000100000100101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A831AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A831AE; }

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

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

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

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

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

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

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

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