#A629E9

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

Shades of Blue Violet #A629E9

Tints of Blue Violet #A629E9

Color information

#A629E9 (or 0xA629E9) is unknown color: approx Blue Violet. HEX triplet: A6, 29 and E9. RGB value is (166,41,233). Sum of RGB (Red+Green+Blue) = 166+41+233=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #A629E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A629E9 is #59D616. Grayscale: #636363. Windows color (decimal): -5887511 or 15280550. OLE color: 15280550.

HSL color Cylindrical-coordinate representation of color #A629E9: hue angle of 279.06º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A629E9 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16641233-
CMYK0.290.8200.09
HSL279.06º81.36%53.73%-
HSV(B)279.06º82.4%91.37%-
XYZ31.2315.5878.45-
YUV100.26202.91174.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 41 (16.41% from 255) = 9.32%
BLUE value IS 233 (91.41% from 255) = 52.95%
R=37.73%
G=9.32%
B=52.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166412330.290.8200.09279.0681.3653.73
HexA629E91D52091175136
Octal246513513512201142712166
Binary1010011010100111101001111011010010010011000101111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A629E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A629E9; }

 p { color: rgb(166,41,233); }

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

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

 a { background-color: rgb(166,41,233); }

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

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

 span { border-color: rgb(166,41,233); }

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