#A13AFA

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

Shades of Blue Violet #A13AFA

Tints of Blue Violet #A13AFA

Color information

#A13AFA (or 0xA13AFA) is unknown color: approx Blue Violet. HEX triplet: A1, 3A and FA. RGB value is (161,58,250). Sum of RGB (Red+Green+Blue) = 161+58+250=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #A13AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13AFA is #5EC505. Grayscale: #6E6E6E. Windows color (decimal): -6210822 or 16399009. OLE color: 16399009.

HSL color Cylindrical-coordinate representation of color #A13AFA: hue angle of 272.19º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A13AFA is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16158250-
CMYK0.360.7700.02
HSL272.19º95.05%60.39%-
HSV(B)272.19º76.8%98.04%-
XYZ33.4717.5192.06-
YUV110.68206.62163.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 58 (23.05% from 255) = 12.37%
BLUE value IS 250 (98.05% from 255) = 53.30%
R=34.33%
G=12.37%
B=53.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161582500.360.7700.02272.1995.0560.39
HexA13AFA244D021105f3c
Octal24172372441150242013774
Binary101000011110101111101010010010011010101000100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13AFA; }

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

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

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

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

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

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

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

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