#A36199

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

Shades of Violet Blue #A36199

Tints of Violet Blue #A36199

Color information

#A36199 (or 0xA36199) is unknown color: approx Violet Blue. HEX triplet: A3, 61 and 99. RGB value is (163,97,153). Sum of RGB (Red+Green+Blue) = 163+97+153=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A36199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36199 is #5C9E66. Grayscale: #7A7A7A. Windows color (decimal): -6069863 or 10052003. OLE color: 10052003.

HSL color Cylindrical-coordinate representation of color #A36199: hue angle of 309.09º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A36199 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16397153-
CMYK00.400.060.36
HSL309.09º26.4%50.98%-
HSV(B)309.09º40.49%63.92%-
XYZ25.1318.6432.41-
YUV123.12144.87156.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=39.47%
G=23.49%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639715300.400.060.36309.0926.450.98
HexA361990286241351a33
Octal2431412310506444653263
Binary10100011110000110011001010100011010010010011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36199; }

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

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

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

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

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

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

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

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