#A626E6

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

Shades of Blue Violet #A626E6

Tints of Blue Violet #A626E6

Color information

#A626E6 (or 0xA626E6) is unknown color: approx Blue Violet. HEX triplet: A6, 26 and E6. RGB value is (166,38,230). Sum of RGB (Red+Green+Blue) = 166+38+230=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #A626E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A626E6 is #59D919. Grayscale: #616161. Windows color (decimal): -5888282 or 15083174. OLE color: 15083174.

HSL color Cylindrical-coordinate representation of color #A626E6: hue angle of 280º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A626E6 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16638230-
CMYK0.280.8300.10
HSL280º79.34%52.55%-
HSV(B)280º83.48%90.2%-
XYZ30.715.2176.18-
YUV98.16202.41176.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 38 (15.23% from 255) = 8.76%
BLUE value IS 230 (90.23% from 255) = 53.00%
R=38.25%
G=8.76%
B=53.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166382300.280.8300.1028079.3452.55
HexA626E61C530A1184f35
Octal246463463412301243011765
Binary1010011010011011100110111001010011010101000110001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A626E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A626E6; }

 p { color: rgb(166,38,230); }

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

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

 a { background-color: rgb(166,38,230); }

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

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

 span { border-color: rgb(166,38,230); }

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