#B592A1

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

Shades of Viola #B592A1

Tints of Viola #B592A1

Color information

#B592A1 (or 0xB592A1) is unknown color: approx Viola. HEX triplet: B5, 92 and A1. RGB value is (181,146,161). Sum of RGB (Red+Green+Blue) = 181+146+161=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B592A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B592A1 is #4A6D5E. Grayscale: #9E9E9E. Windows color (decimal): -4877663 or 10588853. OLE color: 10588853.

HSL color Cylindrical-coordinate representation of color #B592A1: hue angle of 334.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B592A1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB181146161-
CMYK00.190.110.29
HSL334.29º19.13%64.12%-
HSV(B)334.29º19.34%70.98%-
XYZ35.7732.9538.19-
YUV158.18129.6144.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=37.09%
G=29.92%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114616100.190.110.29334.2919.1364.12
HexB592A1013B1D14e1340
Octal265222241023133551623100
Binary101101011001001010100001010011101111101101001110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592A1; }

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

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

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

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

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

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

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

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