#A15292

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

Shades of Violet Blue #A15292

Tints of Violet Blue #A15292

Color information

#A15292 (or 0xA15292) is unknown color: approx Violet Blue. HEX triplet: A1, 52 and 92. RGB value is (161,82,146). Sum of RGB (Red+Green+Blue) = 161+82+146=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A15292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15292 is #5EAD6D. Grayscale: #707070. Windows color (decimal): -6204782 or 9589409. OLE color: 9589409.

HSL color Cylindrical-coordinate representation of color #A15292: hue angle of 311.39º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15292 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16182146-
CMYK00.490.090.37
HSL311.39º32.51%47.65%-
HSV(B)311.39º49.07%63.14%-
XYZ22.915.6929.01-
YUV112.92146.67162.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=41.39%
G=21.08%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618214600.490.090.37311.3932.5147.65
HexA152920319251372130
Octal24112222206111454674160
Binary1010000110100101001001001100011001100101100110111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15292; }

 p { color: rgb(161,82,146); }

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

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

 a { background-color: rgb(161,82,146); }

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

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

 span { border-color: rgb(161,82,146); }

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