#B067AA

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

Shades of Violet Blue #B067AA

Tints of Violet Blue #B067AA

Color information

#B067AA (or 0xB067AA) is unknown color: approx Violet Blue. HEX triplet: B0, 67 and AA. RGB value is (176,103,170). Sum of RGB (Red+Green+Blue) = 176+103+170=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B067AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B067AA is #4F9855. Grayscale: #848484. Windows color (decimal): -5216342 or 11167664. OLE color: 11167664.

HSL color Cylindrical-coordinate representation of color #B067AA: hue angle of 304.93º 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 #B067AA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176103170-
CMYK00.410.030.31
HSL304.93º31.6%54.71%-
HSV(B)304.93º41.48%69.02%-
XYZ30.0121.8340.66-
YUV132.46149.18159.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=39.20%
G=22.94%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610317000.410.030.31304.9331.654.71
HexB067AA02931F1312037
Octal2601472520513374614067
Binary1011000011001111010101001010011111111100110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067AA; }

 p { color: rgb(176,103,170); }

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

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

 a { background-color: rgb(176,103,170); }

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

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

 span { border-color: rgb(176,103,170); }

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