#A227EB

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

Shades of Blue Violet #A227EB

Tints of Blue Violet #A227EB

Color information

#A227EB (or 0xA227EB) is unknown color: approx Blue Violet. HEX triplet: A2, 27 and EB. RGB value is (162,39,235). Sum of RGB (Red+Green+Blue) = 162+39+235=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #A227EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A227EB is #5DD814. Grayscale: #616161. Windows color (decimal): -6150165 or 15411106. OLE color: 15411106.

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

Color convert

RGB16239235-
CMYK0.310.8300.08
HSL277.65º83.05%53.73%-
HSV(B)277.65º83.4%92.16%-
XYZ30.6215.1379.9-
YUV98.12205.25173.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 39 (15.62% from 255) = 8.94%
BLUE value IS 235 (92.19% from 255) = 53.90%
R=37.16%
G=8.94%
B=53.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162392350.310.8300.08277.6583.0553.73
HexA227EB1F53081165336
Octal242473533712301042612366
Binary1010001010011111101011111111010011010001000101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A227EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A227EB; }

 p { color: rgb(162,39,235); }

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

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

 a { background-color: rgb(162,39,235); }

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

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

 span { border-color: rgb(162,39,235); }

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