#A35096

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

Shades of Violet Blue #A35096

Tints of Violet Blue #A35096

Color information

#A35096 (or 0xA35096) is unknown color: approx Violet Blue. HEX triplet: A3, 50 and 96. RGB value is (163,80,150). Sum of RGB (Red+Green+Blue) = 163+80+150=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A35096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35096 is #5CAF69. Grayscale: #707070. Windows color (decimal): -6074218 or 9851043. OLE color: 9851043.

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

Color convert

RGB16380150-
CMYK00.510.080.36
HSL309.4º34.16%47.65%-
HSV(B)309.4º50.92%63.92%-
XYZ23.4815.7330.65-
YUV112.8149163.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 150 (58.98% from 255) = 38.17%
R=41.48%
G=20.36%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638015000.510.080.36309.434.1647.65
HexA350960338241352230
Octal24312022606310444654260
Binary1010001110100001001011001100111000100100100110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35096; }

 p { color: rgb(163,80,150); }

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

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

 a { background-color: rgb(163,80,150); }

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

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

 span { border-color: rgb(163,80,150); }

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