#A128F3

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

Shades of Blue Violet #A128F3

Tints of Blue Violet #A128F3

Color information

#A128F3 (or 0xA128F3) is unknown color: approx Blue Violet. HEX triplet: A1, 28 and F3. RGB value is (161,40,243). Sum of RGB (Red+Green+Blue) = 161+40+243=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #A128F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128F3 is #5ED70C. Grayscale: #626262. Windows color (decimal): -6215437 or 15935649. OLE color: 15935649.

HSL color Cylindrical-coordinate representation of color #A128F3: hue angle of 275.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A128F3 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16140243-
CMYK0.340.8400.05
HSL275.76º89.43%55.49%-
HSV(B)275.76º83.54%95.29%-
XYZ31.6315.5786.13-
YUV99.32209.09171.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 40 (16.02% from 255) = 9.01%
BLUE value IS 243 (95.31% from 255) = 54.73%
R=36.26%
G=9.01%
B=54.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161402430.340.8400.05275.7689.4355.49
HexA128F32254051145937
Octal24150363421240542413167
Binary1010000110100011110011100010101010001011000101001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A128F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A128F3; }

 p { color: rgb(161,40,243); }

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

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

 a { background-color: rgb(161,40,243); }

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

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

 span { border-color: rgb(161,40,243); }

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