#a821eb

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

Shades of Blue Violet #A821EB

Tints of Blue Violet #A821EB

Color information

#A821EB (or 0xA821EB) is unknown color: approx Blue Violet. HEX triplet: A8, 21 and EB. RGB value is (168,33,235). Sum of RGB (Red+Green+Blue) = 168+33+235=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 33 (13.28% from 255 or 7.57% 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 #A821EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821EB is #57DE14. Grayscale: #5F5F5F. Windows color (decimal): -5758485 or 15409576. OLE color: 15409576.

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

Color convert

RGB16833235-
CMYK0.290.8600.08
HSL280.1º83.47%52.55%-
HSV(B)280.1º85.96%92.16%-
XYZ31.6915.4179.9-
YUV96.39206.23179.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 33 (13.28% from 255) = 7.57%
BLUE value IS 235 (92.19% from 255) = 53.90%
R=38.53%
G=7.57%
B=53.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168332350.290.8600.08280.183.4752.55
HexA821EB1D56081185335
Octal250413533512601043012365
Binary1010100010000111101011111011010110010001000110001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a821eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a821eb; }

 p { color: rgb(168,33,235); }

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

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

 a { background-color: rgb(168,33,235); }

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

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

 span { border-color: rgb(168,33,235); }

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