#A228E6

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

Shades of Blue Violet #A228E6

Tints of Blue Violet #A228E6

Color information

#A228E6 (or 0xA228E6) is unknown color: approx Blue Violet. HEX triplet: A2, 28 and E6. RGB value is (162,40,230). Sum of RGB (Red+Green+Blue) = 162+40+230=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #A228E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228E6 is #5DD719. Grayscale: #616161. Windows color (decimal): -6149914 or 15083682. OLE color: 15083682.

HSL color Cylindrical-coordinate representation of color #A228E6: hue angle of 278.53º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A228E6 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16240230-
CMYK0.300.8300.10
HSL278.53º79.17%52.94%-
HSV(B)278.53º82.61%90.2%-
XYZ29.9414.9176.16-
YUV98.14202.42173.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 40 (16.02% from 255) = 9.26%
BLUE value IS 230 (90.23% from 255) = 53.24%
R=37.5%
G=9.26%
B=53.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal162402300.300.8300.10278.5379.1752.94
HexA228E61E530A1174f35
Octal242503463612301242711765
Binary1010001010100011100110111101010011010101000101111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A228E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A228E6; }

 p { color: rgb(162,40,230); }

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

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

 a { background-color: rgb(162,40,230); }

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

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

 span { border-color: rgb(162,40,230); }

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