#A13FAA

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

Shades of Violet Blue #A13FAA

Tints of Violet Blue #A13FAA

Color information

#A13FAA (or 0xA13FAA) is unknown color: approx Violet Blue. HEX triplet: A1, 3F and AA. RGB value is (161,63,170). Sum of RGB (Red+Green+Blue) = 161+63+170=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #A13FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13FAA is #5EC055. Grayscale: #686868. Windows color (decimal): -6209622 or 11157409. OLE color: 11157409.

HSL color Cylindrical-coordinate representation of color #A13FAA: hue angle of 294.95º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13FAA is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16163170-
CMYK0.050.6300.33
HSL294.95º45.92%45.69%-
HSV(B)294.95º62.94%66.67%-
XYZ23.7314.0339.49-
YUV104.5164.97168.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=40.86%
G=15.99%
B=43.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161631700.050.6300.33294.9545.9245.69
HexA13FAA53F0211272e2e
Octal241772525770414475656
Binary10100001111111101010101011111110100001100100111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13FAA; }

 p { color: rgb(161,63,170); }

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

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

 a { background-color: rgb(161,63,170); }

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

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

 span { border-color: rgb(161,63,170); }

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