#A131AB

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

Shades of Dark Orchid #A131AB

Tints of Dark Orchid #A131AB

Color information

#A131AB (or 0xA131AB) is unknown color: approx Dark Orchid. HEX triplet: A1, 31 and AB. RGB value is (161,49,171). Sum of RGB (Red+Green+Blue) = 161+49+171=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A131AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A131AB is #5ECE54. Grayscale: #606060. Windows color (decimal): -6213205 or 11219361. OLE color: 11219361.

HSL color Cylindrical-coordinate representation of color #A131AB: hue angle of 295.08º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A131AB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16149171-
CMYK0.060.7100.33
HSL295.08º55.45%43.14%-
HSV(B)295.08º71.35%67.06%-
XYZ23.1512.7139.76-
YUV96.4170.11174.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 49 (19.53% from 255) = 12.86%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=42.26%
G=12.86%
B=44.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161491710.060.7100.33295.0855.4543.14
HexA131AB647021127372b
Octal2416125361070414476753
Binary101000011100011010101111010001110100001100100111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A131AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A131AB; }

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

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

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

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

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

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

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

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