#B165AC

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

Shades of Violet Blue #B165AC

Tints of Violet Blue #B165AC

Color information

#B165AC (or 0xB165AC) is unknown color: approx Violet Blue. HEX triplet: B1, 65 and AC. RGB value is (177,101,172). Sum of RGB (Red+Green+Blue) = 177+101+172=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B165AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B165AC is #4E9A53. Grayscale: #838383. Windows color (decimal): -5151316 or 11298225. OLE color: 11298225.

HSL color Cylindrical-coordinate representation of color #B165AC: hue angle of 303.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B165AC is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177101172-
CMYK00.430.030.31
HSL303.95º32.76%54.51%-
HSV(B)303.95º42.94%69.41%-
XYZ30.2321.6341.61-
YUV131.82150.68160.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 101 (39.84% from 255) = 22.44%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=39.33%
G=22.44%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710117200.430.030.31303.9532.7654.51
HexB165AC02B31F1302137
Octal2611452540533374604167
Binary1011000111001011010110001010111111111100110000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165AC; }

 p { color: rgb(177,101,172); }

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

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

 a { background-color: rgb(177,101,172); }

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

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

 span { border-color: rgb(177,101,172); }

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