#B069AD

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

Shades of Violet Blue #B069AD

Tints of Violet Blue #B069AD

Color information

#B069AD (or 0xB069AD) is unknown color: approx Violet Blue. HEX triplet: B0, 69 and AD. RGB value is (176,105,173). Sum of RGB (Red+Green+Blue) = 176+105+173=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B069AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B069AD is #4F9652. Grayscale: #858585. Windows color (decimal): -5215827 or 11364784. OLE color: 11364784.

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

Color convert

RGB176105173-
CMYK00.400.020.31
HSL302.54º31%55.1%-
HSV(B)302.54º40.34%69.02%-
XYZ30.522.3542.24-
YUV133.98150.02157.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=38.77%
G=23.13%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610517300.400.020.31302.543155.1
HexB069AD02821F12f1f37
Octal2601512550502374573767
Binary101100001101001101011010101000101111110010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069AD; }

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

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

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

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

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

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

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

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