#A6528D

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

Shades of Violet Blue #A6528D

Tints of Violet Blue #A6528D

Color information

#A6528D (or 0xA6528D) is unknown color: approx Violet Blue. HEX triplet: A6, 52 and 8D. RGB value is (166,82,141). Sum of RGB (Red+Green+Blue) = 166+82+141=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6528D is #59AD72. Grayscale: #717171. Windows color (decimal): -5877107 or 9261734. OLE color: 9261734.

HSL color Cylindrical-coordinate representation of color #A6528D: hue angle of 317.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 #A6528D is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16682141-
CMYK00.510.150.35
HSL317.86º33.87%48.63%-
HSV(B)317.86º50.6%65.1%-
XYZ23.5516.0627.06-
YUV113.84143.33165.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=42.67%
G=21.08%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668214100.510.150.35317.8633.8748.63
HexA6528D033F2313e2231
Octal24612221506317434764261
Binary1010011010100101000110101100111111100011100111110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6528D; }

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

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

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

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

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

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

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

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