#A36096

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

Shades of Violet Blue #A36096

Tints of Violet Blue #A36096

Color information

#A36096 (or 0xA36096) is unknown color: approx Violet Blue. HEX triplet: A3, 60 and 96. RGB value is (163,96,150). Sum of RGB (Red+Green+Blue) = 163+96+150=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A36096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36096 is #5C9F69. Grayscale: #7A7A7A. Windows color (decimal): -6070122 or 9855139. OLE color: 9855139.

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

Color convert

RGB16396150-
CMYK00.410.080.36
HSL311.64º26.69%50.78%-
HSV(B)311.64º41.1%63.92%-
XYZ24.7918.3531.09-
YUV122.19143.7157.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=39.85%
G=23.47%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639615000.410.080.36311.6426.6950.78
HexA360960298241381b33
Octal24314022605110444703363
Binary101000111100000100101100101001100010010010011100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36096; }

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

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

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

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

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

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

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

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