#A35199

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

Shades of Violet Blue #A35199

Tints of Violet Blue #A35199

Color information

#A35199 (or 0xA35199) is unknown color: approx Violet Blue. HEX triplet: A3, 51 and 99. RGB value is (163,81,153). Sum of RGB (Red+Green+Blue) = 163+81+153=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A35199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35199 is #5CAE66. Grayscale: #717171. Windows color (decimal): -6073959 or 10047907. OLE color: 10047907.

HSL color Cylindrical-coordinate representation of color #A35199: hue angle of 307.32º 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 #A35199 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16381153-
CMYK00.500.060.36
HSL307.32º33.61%47.84%-
HSV(B)307.32º50.31%63.92%-
XYZ23.815.9731.97-
YUV113.73150.17163.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=41.06%
G=20.40%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638115300.500.060.36307.3233.6147.84
HexA351990326241332230
Octal2431212310626444634260
Binary101000111010001100110010110010110100100100110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35199; }

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

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

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

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

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

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

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

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