#A021F6

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

Shades of Blue Violet #A021F6

Tints of Blue Violet #A021F6

Color information

#A021F6 (or 0xA021F6) is unknown color: approx Blue Violet. HEX triplet: A0, 21 and F6. RGB value is (160,33,246). Sum of RGB (Red+Green+Blue) = 160+33+246=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #A021F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A021F6 is #5FDE09. Grayscale: #5E5E5E. Windows color (decimal): -6282762 or 16130464. OLE color: 16130464.

HSL color Cylindrical-coordinate representation of color #A021F6: hue angle of 275.77º 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 #A021F6 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16033246-
CMYK0.350.8700.04
HSL275.77º92.21%54.71%-
HSV(B)275.77º86.59%96.47%-
XYZ31.6815.2288.46-
YUV95.26213.08174.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 33 (13.28% from 255) = 7.52%
BLUE value IS 246 (96.48% from 255) = 56.04%
R=36.45%
G=7.52%
B=56.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160332460.350.8700.04275.7792.2154.71
HexA021F62357041145c37
Octal24041366431270442413467
Binary1010000010000111110110100011101011101001000101001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A021F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A021F6; }

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

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

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

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

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

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

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

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