#A15698

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

Shades of Violet Blue #A15698

Tints of Violet Blue #A15698

Color information

#A15698 (or 0xA15698) is unknown color: approx Violet Blue. HEX triplet: A1, 56 and 98. RGB value is (161,86,152). Sum of RGB (Red+Green+Blue) = 161+86+152=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A15698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15698 is #5EA967. Grayscale: #737373. Windows color (decimal): -6203752 or 9983649. OLE color: 9983649.

HSL color Cylindrical-coordinate representation of color #A15698: hue angle of 307.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15698 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16186152-
CMYK00.470.060.37
HSL307.2º30.36%48.43%-
HSV(B)307.2º46.58%63.14%-
XYZ23.6916.531.64-
YUV115.95148.35160.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=40.35%
G=21.55%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618615200.470.060.37307.230.3648.43
HexA1569802F6251331e30
Octal2411262300576454633660
Binary10100001101011010011000010111111010010110011001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15698; }

 p { color: rgb(161,86,152); }

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

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

 a { background-color: rgb(161,86,152); }

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

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

 span { border-color: rgb(161,86,152); }

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