#A628EB

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

Shades of Blue Violet #A628EB

Tints of Blue Violet #A628EB

Color information

#A628EB (or 0xA628EB) is unknown color: approx Blue Violet. HEX triplet: A6, 28 and EB. RGB value is (166,40,235). Sum of RGB (Red+Green+Blue) = 166+40+235=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #A628EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628EB is #59D714. Grayscale: #636363. Windows color (decimal): -5887765 or 15411366. OLE color: 15411366.

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

Color convert

RGB16640235-
CMYK0.290.8300.08
HSL278.77º82.98%53.92%-
HSV(B)278.77º82.98%92.16%-
XYZ31.4815.6279.95-
YUV99.9204.24175.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 40 (16.02% from 255) = 9.07%
BLUE value IS 235 (92.19% from 255) = 53.29%
R=37.64%
G=9.07%
B=53.29%

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
Decimal166402350.290.8300.08278.7782.9853.92
HexA628EB1D53081175336
Octal246503533512301042712366
Binary1010011010100011101011111011010011010001000101111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A628EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A628EB; }

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

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

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

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

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

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

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

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