#A221F6

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

Shades of Blue Violet #A221F6

Tints of Blue Violet #A221F6

Color information

#A221F6 (or 0xA221F6) is unknown color: approx Blue Violet. HEX triplet: A2, 21 and F6. RGB value is (162,33,246). Sum of RGB (Red+Green+Blue) = 162+33+246=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #A221F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A221F6 is #5DDE09. Grayscale: #5F5F5F. Windows color (decimal): -6151690 or 16130466. OLE color: 16130466.

HSL color Cylindrical-coordinate representation of color #A221F6: hue angle of 276.34º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A221F6 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16233246-
CMYK0.340.8700.04
HSL276.34º92.21%54.71%-
HSV(B)276.34º86.59%96.47%-
XYZ32.0815.4288.47-
YUV95.85212.74175.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 33 (13.28% from 255) = 7.48%
BLUE value IS 246 (96.48% from 255) = 55.78%
R=36.73%
G=7.48%
B=55.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162332460.340.8700.04276.3492.2154.71
HexA221F62257041145c37
Octal24241366421270442413467
Binary1010001010000111110110100010101011101001000101001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A221F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A221F6; }

 p { color: rgb(162,33,246); }

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

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

 a { background-color: rgb(162,33,246); }

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

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

 span { border-color: rgb(162,33,246); }

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