#B16AAA

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

Shades of Violet Blue #B16AAA

Tints of Violet Blue #B16AAA

Color information

#B16AAA (or 0xB16AAA) is unknown color: approx Violet Blue. HEX triplet: B1, 6A and AA. RGB value is (177,106,170). Sum of RGB (Red+Green+Blue) = 177+106+170=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B16AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16AAA is #4E9555. Grayscale: #868686. Windows color (decimal): -5150038 or 11168433. OLE color: 11168433.

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

Color convert

RGB177106170-
CMYK00.400.040.31
HSL305.92º31.28%55.49%-
HSV(B)305.92º40.11%69.41%-
XYZ30.5422.5640.77-
YUV134.52148.02158.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=39.07%
G=23.40%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710617000.400.040.31305.9231.2855.49
HexB16AAA02841F1321f37
Octal2611522520504374623767
Binary1011000111010101010101001010001001111110011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16AAA; }

 p { color: rgb(177,106,170); }

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

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

 a { background-color: rgb(177,106,170); }

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

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

 span { border-color: rgb(177,106,170); }

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