#A15798

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

Shades of Violet Blue #A15798

Tints of Violet Blue #A15798

Color information

#A15798 (or 0xA15798) is unknown color: approx Violet Blue. HEX triplet: A1, 57 and 98. RGB value is (161,87,152). Sum of RGB (Red+Green+Blue) = 161+87+152=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A15798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15798 is #5EA867. Grayscale: #747474. Windows color (decimal): -6203496 or 9983905. OLE color: 9983905.

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

Color convert

RGB16187152-
CMYK00.460.060.37
HSL307.3º29.84%48.63%-
HSV(B)307.3º45.96%63.14%-
XYZ23.7716.6631.67-
YUV116.54148.02159.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 152 (59.77% from 255) = 38%
R=40.25%
G=21.75%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618715200.460.060.37307.329.8448.63
HexA1579802E6251331e31
Octal2411272300566454633661
Binary10100001101011110011000010111011010010110011001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15798; }

 p { color: rgb(161,87,152); }

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

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

 a { background-color: rgb(161,87,152); }

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

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

 span { border-color: rgb(161,87,152); }

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