#A36098

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

Shades of Violet Blue #A36098

Tints of Violet Blue #A36098

Color information

#A36098 (or 0xA36098) is unknown color: approx Violet Blue. HEX triplet: A3, 60 and 98. RGB value is (163,96,152). Sum of RGB (Red+Green+Blue) = 163+96+152=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A36098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36098 is #5C9F67. Grayscale: #7A7A7A. Windows color (decimal): -6070120 or 9986211. OLE color: 9986211.

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

Color convert

RGB16396152-
CMYK00.410.070.36
HSL309.85º26.69%50.78%-
HSV(B)309.85º41.1%63.92%-
XYZ24.9518.4231.95-
YUV122.42144.7156.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=39.66%
G=23.36%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639615200.410.070.36309.8526.6950.78
HexA360980297241361b33
Octal2431402300517444663363
Binary10100011110000010011000010100111110010010011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36098; }

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

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

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

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

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

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

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

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