#A131AE

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

Shades of Dark Orchid #A131AE

Tints of Dark Orchid #A131AE

Color information

#A131AE (or 0xA131AE) is unknown color: approx Dark Orchid. HEX triplet: A1, 31 and AE. RGB value is (161,49,174). Sum of RGB (Red+Green+Blue) = 161+49+174=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #A131AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A131AE is #5ECE51. Grayscale: #606060. Windows color (decimal): -6213202 or 11415969. OLE color: 11415969.

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

Color convert

RGB16149174-
CMYK0.070.7200.32
HSL293.76º56.05%43.73%-
HSV(B)293.76º71.84%68.24%-
XYZ23.4412.8341.29-
YUV96.74171.61173.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 49 (19.53% from 255) = 12.76%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=41.93%
G=12.76%
B=45.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161491740.070.7200.32293.7656.0543.73
HexA131AE748020126382c
Octal2416125671100404467054
Binary101000011100011010111011110010000100000100100110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A131AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A131AE; }

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

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

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

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

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

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

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

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