#A35193

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

Shades of Violet Blue #A35193

Tints of Violet Blue #A35193

Color information

#A35193 (or 0xA35193) is unknown color: approx Violet Blue. HEX triplet: A3, 51 and 93. RGB value is (163,81,147). Sum of RGB (Red+Green+Blue) = 163+81+147=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A35193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35193 is #5CAE6C. Grayscale: #707070. Windows color (decimal): -6073965 or 9654691. OLE color: 9654691.

HSL color Cylindrical-coordinate representation of color #A35193: hue angle of 311.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35193 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16381147-
CMYK00.500.100.36
HSL311.71º33.61%47.84%-
HSV(B)311.71º50.31%63.92%-
XYZ23.3115.7829.42-
YUV113.04147.17163.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=41.69%
G=20.72%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638114700.500.100.36311.7133.6147.84
HexA35193032A241382230
Octal24312122306212444704260
Binary1010001110100011001001101100101010100100100111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35193; }

 p { color: rgb(163,81,147); }

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

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

 a { background-color: rgb(163,81,147); }

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

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

 span { border-color: rgb(163,81,147); }

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