#A13EEA

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

Shades of Blue Violet #A13EEA

Tints of Blue Violet #A13EEA

Color information

#A13EEA (or 0xA13EEA) is unknown color: approx Blue Violet. HEX triplet: A1, 3E and EA. RGB value is (161,62,234). Sum of RGB (Red+Green+Blue) = 161+62+234=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #A13EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13EEA is #5EC115. Grayscale: #6E6E6E. Windows color (decimal): -6209814 or 15351457. OLE color: 15351457.

HSL color Cylindrical-coordinate representation of color #A13EEA: hue angle of 274.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A13EEA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16162234-
CMYK0.310.7400.08
HSL274.53º80.37%58.04%-
HSV(B)274.53º73.5%91.76%-
XYZ31.2716.9679.47-
YUV111.21197.3163.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 62 (24.61% from 255) = 13.57%
BLUE value IS 234 (91.80% from 255) = 51.20%
R=35.23%
G=13.57%
B=51.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161622340.310.7400.08274.5380.3758.04
HexA13EEA1F4A08113503a
Octal241763523711201042312072
Binary1010000111111011101010111111001010010001000100111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13EEA; }

 p { color: rgb(161,62,234); }

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

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

 a { background-color: rgb(161,62,234); }

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

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

 span { border-color: rgb(161,62,234); }

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