#A6528E

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

Shades of Violet Blue #A6528E

Tints of Violet Blue #A6528E

Color information

#A6528E (or 0xA6528E) is unknown color: approx Violet Blue. HEX triplet: A6, 52 and 8E. RGB value is (166,82,142). Sum of RGB (Red+Green+Blue) = 166+82+142=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6528E is #59AD71. Grayscale: #717171. Windows color (decimal): -5877106 or 9327270. OLE color: 9327270.

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

Color convert

RGB16682142-
CMYK00.510.140.35
HSL317.14º33.87%48.63%-
HSV(B)317.14º50.6%65.1%-
XYZ23.6316.0927.45-
YUV113.96143.83165.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=42.56%
G=21.03%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668214200.510.140.35317.1433.8748.63
HexA6528E033E2313d2231
Octal24612221606316434754261
Binary1010011010100101000111001100111110100011100111101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6528E; }

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

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

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

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

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

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

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

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