#A6558F

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

Shades of Violet Blue #A6558F

Tints of Violet Blue #A6558F

Color information

#A6558F (or 0xA6558F) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and 8F. RGB value is (166,85,143). Sum of RGB (Red+Green+Blue) = 166+85+143=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6558F is #59AA70. Grayscale: #737373. Windows color (decimal): -5876337 or 9393574. OLE color: 9393574.

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

Color convert

RGB16685143-
CMYK00.490.140.35
HSL317.04º32.27%49.22%-
HSV(B)317.04º48.8%65.1%-
XYZ23.9316.5927.93-
YUV115.83143.34163.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=42.13%
G=21.57%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668514300.490.140.35317.0432.2749.22
HexA6558F031E2313d2031
Octal24612521706116434754061
Binary1010011010101011000111101100011110100011100111101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6558F; }

 p { color: rgb(166,85,143); }

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

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

 a { background-color: rgb(166,85,143); }

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

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

 span { border-color: rgb(166,85,143); }

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