#A131B4

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

Shades of Dark Orchid #A131B4

Tints of Dark Orchid #A131B4

Color information

#A131B4 (or 0xA131B4) is unknown color: approx Dark Orchid. HEX triplet: A1, 31 and B4. RGB value is (161,49,180). Sum of RGB (Red+Green+Blue) = 161+49+180=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #A131B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131B4 is #5ECE4B. Grayscale: #616161. Windows color (decimal): -6213196 or 11809185. OLE color: 11809185.

HSL color Cylindrical-coordinate representation of color #A131B4: hue angle of 291.3º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A131B4 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16149180-
CMYK0.110.7300.29
HSL291.3º57.21%44.9%-
HSV(B)291.3º72.78%70.59%-
XYZ24.0313.0744.44-
YUV97.42174.61173.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 49 (19.53% from 255) = 12.56%
BLUE value IS 180 (70.70% from 255) = 46.15%
R=41.28%
G=12.56%
B=46.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161491800.110.7300.29291.357.2144.9
HexA131B4B4901D123392d
Octal24161264131110354437155
Binary101000011100011011010010111001001011101100100011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A131B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A131B4; }

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

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

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

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

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

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

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

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