#A03AEE

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

Shades of Blue Violet #A03AEE

Tints of Blue Violet #A03AEE

Color information

#A03AEE (or 0xA03AEE) is unknown color: approx Blue Violet. HEX triplet: A0, 3A and EE. RGB value is (160,58,238). Sum of RGB (Red+Green+Blue) = 160+58+238=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #A03AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03AEE is #5FC511. Grayscale: #6C6C6C. Windows color (decimal): -6276370 or 15612576. OLE color: 15612576.

HSL color Cylindrical-coordinate representation of color #A03AEE: hue angle of 274º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03AEE is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16058238-
CMYK0.330.7600.07
HSL274º84.11%58.04%-
HSV(B)274º75.63%93.33%-
XYZ31.4416.6782.45-
YUV109.02200.79164.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 58 (23.05% from 255) = 12.72%
BLUE value IS 238 (93.36% from 255) = 52.19%
R=35.09%
G=12.72%
B=52.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160582380.330.7600.0727484.1158.04
HexA03AEE214C07112543a
Octal24072356411140742212472
Binary1010000011101011101110100001100110001111000100101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03AEE; }

 p { color: rgb(160,58,238); }

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

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

 a { background-color: rgb(160,58,238); }

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

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

 span { border-color: rgb(160,58,238); }

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