#B069AA

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

Shades of Violet Blue #B069AA

Tints of Violet Blue #B069AA

Color information

#B069AA (or 0xB069AA) is unknown color: approx Violet Blue. HEX triplet: B0, 69 and AA. RGB value is (176,105,170). Sum of RGB (Red+Green+Blue) = 176+105+170=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B069AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B069AA is #4F9655. Grayscale: #858585. Windows color (decimal): -5215830 or 11168176. OLE color: 11168176.

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

Color convert

RGB176105170-
CMYK00.400.030.31
HSL305.07º31%55.1%-
HSV(B)305.07º40.34%69.02%-
XYZ30.2122.2440.73-
YUV133.64148.52158.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=39.02%
G=23.28%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610517000.400.030.31305.073155.1
HexB069AA02831F1311f37
Octal2601512520503374613767
Binary101100001101001101010100101000111111110011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069AA; }

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

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

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

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

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

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

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

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