#A031AE

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

Shades of Dark Orchid #A031AE

Tints of Dark Orchid #A031AE

Color information

#A031AE (or 0xA031AE) is unknown color: approx Dark Orchid. HEX triplet: A0, 31 and AE. RGB value is (160,49,174). Sum of RGB (Red+Green+Blue) = 160+49+174=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #A031AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A031AE is #5FCE51. Grayscale: #606060. Windows color (decimal): -6278738 or 11415968. OLE color: 11415968.

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

Color convert

RGB16049174-
CMYK0.080.7200.32
HSL293.28º56.05%43.73%-
HSV(B)293.28º71.84%68.24%-
XYZ23.2412.7341.28-
YUV96.44171.77173.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 49 (19.53% from 255) = 12.79%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=41.78%
G=12.79%
B=45.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160491740.080.7200.32293.2856.0543.73
HexA031AE848020125382c
Octal24061256101100404457054
Binary1010000011000110101110100010010000100000100100101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A031AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A031AE; }

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

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

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

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

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

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

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

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