#A228FE

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

Shades of Blue Violet #A228FE

Tints of Blue Violet #A228FE

Color information

#A228FE (or 0xA228FE) is unknown color: approx Blue Violet. HEX triplet: A2, 28 and FE. RGB value is (162,40,254). Sum of RGB (Red+Green+Blue) = 162+40+254=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #A228FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228FE is #5DD701. Grayscale: #646464. Windows color (decimal): -6149890 or 16656546. OLE color: 16656546.

HSL color Cylindrical-coordinate representation of color #A228FE: hue angle of 274.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A228FE is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16240254-
CMYK0.360.8400.00
HSL274.21º99.07%57.65%-
HSV(B)274.21º84.25%99.61%-
XYZ33.5516.3595.15-
YUV100.87214.42171.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 40 (16.02% from 255) = 8.77%
BLUE value IS 254 (99.61% from 255) = 55.70%
R=35.53%
G=8.77%
B=55.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal162402540.360.8400.00274.2199.0757.65
HexA228FE245400112633a
Octal24250376441240042214372
Binary10100010101000111111101001001010100001000100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A228FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A228FE; }

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

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

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

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

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

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

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

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