#A36292

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

Shades of Violet Blue #A36292

Tints of Violet Blue #A36292

Color information

#A36292 (or 0xA36292) is unknown color: approx Violet Blue. HEX triplet: A3, 62 and 92. RGB value is (163,98,146). Sum of RGB (Red+Green+Blue) = 163+98+146=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A36292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36292 is #5C9D6D. Grayscale: #7A7A7A. Windows color (decimal): -6069614 or 9593507. OLE color: 9593507.

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

Color convert

RGB16398146-
CMYK00.400.100.36
HSL315.69º26.1%51.18%-
HSV(B)315.69º39.88%63.92%-
XYZ24.6618.629.48-
YUV122.91141.03156.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=40.05%
G=24.08%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639814600.400.100.36315.6926.151.18
HexA36292028A2413c1a33
Octal24314222205012444743263
Binary101000111100010100100100101000101010010010011110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36292; }

 p { color: rgb(163,98,146); }

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

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

 a { background-color: rgb(163,98,146); }

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

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

 span { border-color: rgb(163,98,146); }

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