#A130E7

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

Shades of Blue Violet #A130E7

Tints of Blue Violet #A130E7

Color information

#A130E7 (or 0xA130E7) is unknown color: approx Blue Violet. HEX triplet: A1, 30 and E7. RGB value is (161,48,231). Sum of RGB (Red+Green+Blue) = 161+48+231=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #A130E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A130E7 is #5ECF18. Grayscale: #666666. Windows color (decimal): -6213401 or 15151265. OLE color: 15151265.

HSL color Cylindrical-coordinate representation of color #A130E7: hue angle of 277.05º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A130E7 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16148231-
CMYK0.300.7900.09
HSL277.05º79.22%54.71%-
HSV(B)277.05º79.22%90.59%-
XYZ30.1815.4676.99-
YUV102.65200.44169.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 48 (19.14% from 255) = 10.91%
BLUE value IS 231 (90.62% from 255) = 52.5%
R=36.59%
G=10.91%
B=52.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161482310.300.7900.09277.0579.2254.71
HexA130E71E4F091154f37
Octal241603473611701142511767
Binary1010000111000011100111111101001111010011000101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A130E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A130E7; }

 p { color: rgb(161,48,231); }

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

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

 a { background-color: rgb(161,48,231); }

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

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

 span { border-color: rgb(161,48,231); }

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