#B168AA

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

Shades of Violet Blue #B168AA

Tints of Violet Blue #B168AA

Color information

#B168AA (or 0xB168AA) is unknown color: approx Violet Blue. HEX triplet: B1, 68 and AA. RGB value is (177,104,170). Sum of RGB (Red+Green+Blue) = 177+104+170=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B168AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B168AA is #4E9755. Grayscale: #858585. Windows color (decimal): -5150550 or 11167921. OLE color: 11167921.

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

Color convert

RGB177104170-
CMYK00.410.040.31
HSL305.75º31.88%55.1%-
HSV(B)305.75º41.24%69.41%-
XYZ30.3422.1540.71-
YUV133.35148.68159.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 104 (41.02% from 255) = 23.06%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=39.25%
G=23.06%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710417000.410.040.31305.7531.8855.1
HexB168AA02941F1322037
Octal2611502520514374624067
Binary10110001110100010101010010100110011111100110010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B168AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B168AA; }

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

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

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

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

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

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

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

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