#A134E7

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

Shades of Blue Violet #A134E7

Tints of Blue Violet #A134E7

Color information

#A134E7 (or 0xA134E7) is unknown color: approx Blue Violet. HEX triplet: A1, 34 and E7. RGB value is (161,52,231). Sum of RGB (Red+Green+Blue) = 161+52+231=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 231 (90.62% from 255 or 52.03% from 444); Max value from RGB is 231 - color contains mainly: blue. Hex color #A134E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A134E7 is #5ECB18. Grayscale: #686868. Windows color (decimal): -6212377 or 15152289. OLE color: 15152289.

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

Color convert

RGB16152231-
CMYK0.300.7700.09
HSL276.54º78.85%55.49%-
HSV(B)276.54º77.49%90.59%-
XYZ30.3515.877.05-
YUV105199.11167.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 52 (20.70% from 255) = 11.71%
BLUE value IS 231 (90.62% from 255) = 52.03%
R=36.26%
G=11.71%
B=52.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161522310.300.7700.09276.5478.8555.49
HexA134E71E4D091154f37
Octal241643473611501142511767
Binary1010000111010011100111111101001101010011000101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A134E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A134E7; }

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

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

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

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

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

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

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

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