#A13AA6

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

Shades of Violet Blue #A13AA6

Tints of Violet Blue #A13AA6

Color information

#A13AA6 (or 0xA13AA6) is unknown color: approx Violet Blue. HEX triplet: A1, 3A and A6. RGB value is (161,58,166). Sum of RGB (Red+Green+Blue) = 161+58+166=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #A13AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13AA6 is #5EC559. Grayscale: #646464. Windows color (decimal): -6210906 or 10893985. OLE color: 10893985.

HSL color Cylindrical-coordinate representation of color #A13AA6: hue angle of 297.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13AA6 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16158166-
CMYK0.030.6500.35
HSL297.22º48.21%43.92%-
HSV(B)297.22º65.06%65.1%-
XYZ23.0913.3637.44-
YUV101.11164.62170.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 166 (65.23% from 255) = 43.12%
R=41.82%
G=15.06%
B=43.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161581660.030.6500.35297.2248.2143.92
HexA13AA6341023129302c
Octal2417224631010434516054
Binary10100001111010101001101110000010100011100101001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13AA6; }

 p { color: rgb(161,58,166); }

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

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

 a { background-color: rgb(161,58,166); }

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

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

 span { border-color: rgb(161,58,166); }

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