#A658AB

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

Shades of Violet Blue #A658AB

Tints of Violet Blue #A658AB

Color information

#A658AB (or 0xA658AB) is unknown color: approx Violet Blue. HEX triplet: A6, 58 and AB. RGB value is (166,88,171). Sum of RGB (Red+Green+Blue) = 166+88+171=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #A658AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A658AB is #59A754. Grayscale: #787878. Windows color (decimal): -5875541 or 11229350. OLE color: 11229350.

HSL color Cylindrical-coordinate representation of color #A658AB: hue angle of 296.39º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A658AB is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16688171-
CMYK0.030.4900.33
HSL296.39º33.07%50.78%-
HSV(B)296.39º48.54%67.06%-
XYZ26.5718.0340.61-
YUV120.78156.34160.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=39.06%
G=20.71%
B=40.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166881710.030.4900.33296.3933.0750.78
HexA658AB3310211282133
Octal2461302533610414504163
Binary10100110101100010101011111100010100001100101000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A658AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A658AB; }

 p { color: rgb(166,88,171); }

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

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

 a { background-color: rgb(166,88,171); }

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

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

 span { border-color: rgb(166,88,171); }

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