#A6529B

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

Shades of Violet Blue #A6529B

Tints of Violet Blue #A6529B

Color information

#A6529B (or 0xA6529B) is unknown color: approx Violet Blue. HEX triplet: A6, 52 and 9B. RGB value is (166,82,155). Sum of RGB (Red+Green+Blue) = 166+82+155=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6529B is #59AD64. Grayscale: #737373. Windows color (decimal): -5877093 or 10179238. OLE color: 10179238.

HSL color Cylindrical-coordinate representation of color #A6529B: hue angle of 307.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6529B is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16682155-
CMYK00.510.070.35
HSL307.86º33.87%48.63%-
HSV(B)307.86º50.6%65.1%-
XYZ24.6616.5132.9-
YUV115.44150.33164.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=41.19%
G=20.35%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668215500.510.070.35307.8633.8748.63
HexA6529B0337231342231
Octal2461222330637434644261
Binary101001101010010100110110110011111100011100110100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6529B; }

 p { color: rgb(166,82,155); }

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

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

 a { background-color: rgb(166,82,155); }

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

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

 span { border-color: rgb(166,82,155); }

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