#B069A0

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

Shades of Violet Blue #B069A0

Tints of Violet Blue #B069A0

Color information

#B069A0 (or 0xB069A0) is unknown color: approx Violet Blue. HEX triplet: B0, 69 and A0. RGB value is (176,105,160). Sum of RGB (Red+Green+Blue) = 176+105+160=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B069A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B069A0 is #4F965F. Grayscale: #848484. Windows color (decimal): -5215840 or 10512816. OLE color: 10512816.

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

Color convert

RGB176105160-
CMYK00.400.090.31
HSL313.52º31%55.1%-
HSV(B)313.52º40.34%69.02%-
XYZ29.321.8735.93-
YUV132.5143.52159.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 160 (62.89% from 255) = 36.28%
R=39.91%
G=23.81%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610516000.400.090.31313.523155.1
HexB069A002891F13a1f37
Octal26015124005011374723767
Binary10110000110100110100000010100010011111110011101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069A0; }

 p { color: rgb(176,105,160); }

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

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

 a { background-color: rgb(176,105,160); }

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

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

 span { border-color: rgb(176,105,160); }

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