#A3538F

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

Shades of Violet Blue #A3538F

Tints of Violet Blue #A3538F

Color information

#A3538F (or 0xA3538F) is unknown color: approx Violet Blue. HEX triplet: A3, 53 and 8F. RGB value is (163,83,143). Sum of RGB (Red+Green+Blue) = 163+83+143=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3538F is #5CAC70. Grayscale: #717171. Windows color (decimal): -6073457 or 9393059. OLE color: 9393059.

HSL color Cylindrical-coordinate representation of color #A3538F: hue angle of 315º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3538F is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16383143-
CMYK00.490.120.36
HSL315º32.52%48.24%-
HSV(B)315º49.08%63.92%-
XYZ23.1615.9627.85-
YUV113.76144.5163.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=41.90%
G=21.34%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638314300.490.120.3631532.5248.24
HexA3538F031C2413b2130
Octal24312321706114444734160
Binary1010001110100111000111101100011100100100100111011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3538F; }

 p { color: rgb(163,83,143); }

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

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

 a { background-color: rgb(163,83,143); }

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

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

 span { border-color: rgb(163,83,143); }

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