#A13DA0

Color #A13DA0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A13DA0

Tints of Violet Blue #A13DA0

Color information

#A13DA0 (or 0xA13DA0) is unknown color: approx Violet Blue. HEX triplet: A1, 3D and A0. RGB value is (161,61,160). Sum of RGB (Red+Green+Blue) = 161+61+160=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A13DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13DA0 is #5EC25F. Grayscale: #656565. Windows color (decimal): -6210144 or 10501537. OLE color: 10501537.

HSL color Cylindrical-coordinate representation of color #A13DA0: hue angle of 300.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13DA0 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16161160-
CMYK00.620.010.37
HSL300.6º45.05%43.53%-
HSV(B)300.6º62.11%63.14%-
XYZ22.7113.4534.66-
YUV102.19160.63169.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 160 (62.89% from 255) = 41.88%
R=42.15%
G=15.97%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616116000.620.010.37300.645.0543.53
HexA13DA003E12512d2d2c
Octal241752400761454555554
Binary101000011111011010000001111101100101100101101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13DA0; }

 p { color: rgb(161,61,160); }

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

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

 a { background-color: rgb(161,61,160); }

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

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

 span { border-color: rgb(161,61,160); }

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