#A828EB

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

Shades of Blue Violet #A828EB

Tints of Blue Violet #A828EB

Color information

#A828EB (or 0xA828EB) is unknown color: approx Blue Violet. HEX triplet: A8, 28 and EB. RGB value is (168,40,235). Sum of RGB (Red+Green+Blue) = 168+40+235=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #A828EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828EB is #57D714. Grayscale: #636363. Windows color (decimal): -5756693 or 15411368. OLE color: 15411368.

HSL color Cylindrical-coordinate representation of color #A828EB: hue angle of 279.38º 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 #A828EB is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16840235-
CMYK0.290.8300.08
HSL279.38º82.98%53.92%-
HSV(B)279.38º82.98%92.16%-
XYZ31.915.8479.97-
YUV100.5203.91176.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 40 (16.02% from 255) = 9.03%
BLUE value IS 235 (92.19% from 255) = 53.05%
R=37.92%
G=9.03%
B=53.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168402350.290.8300.08279.3882.9853.92
HexA828EB1D53081175336
Octal250503533512301042712366
Binary1010100010100011101011111011010011010001000101111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A828EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A828EB; }

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

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

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

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

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

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

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

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