#A15097

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

Shades of Violet Blue #A15097

Tints of Violet Blue #A15097

Color information

#A15097 (or 0xA15097) is unknown color: approx Violet Blue. HEX triplet: A1, 50 and 97. RGB value is (161,80,151). Sum of RGB (Red+Green+Blue) = 161+80+151=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A15097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15097 is #5EAF68. Grayscale: #707070. Windows color (decimal): -6205289 or 9916577. OLE color: 9916577.

HSL color Cylindrical-coordinate representation of color #A15097: hue angle of 307.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15097 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16180151-
CMYK00.500.060.37
HSL307.41º33.61%47.25%-
HSV(B)307.41º50.31%63.14%-
XYZ23.1515.5531.06-
YUV112.31149.84162.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=41.07%
G=20.41%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618015100.500.060.37307.4133.6147.25
HexA15097032625133222f
Octal2411202270626454634257
Binary101000011010000100101110110010110100101100110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15097; }

 p { color: rgb(161,80,151); }

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

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

 a { background-color: rgb(161,80,151); }

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

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

 span { border-color: rgb(161,80,151); }

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