#B066AB

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

Shades of Violet Blue #B066AB

Tints of Violet Blue #B066AB

Color information

#B066AB (or 0xB066AB) is unknown color: approx Violet Blue. HEX triplet: B0, 66 and AB. RGB value is (176,102,171). Sum of RGB (Red+Green+Blue) = 176+102+171=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B066AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066AB is #4F9954. Grayscale: #838383. Windows color (decimal): -5216597 or 11232944. OLE color: 11232944.

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

Color convert

RGB176102171-
CMYK00.420.030.31
HSL304.05º31.9%54.51%-
HSV(B)304.05º42.05%69.02%-
XYZ30.0121.6741.13-
YUV131.99150.02159.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=39.20%
G=22.72%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610217100.420.030.31304.0531.954.51
HexB066AB02A31F1302037
Octal2601462530523374604067
Binary1011000011001101010101101010101111111100110000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066AB; }

 p { color: rgb(176,102,171); }

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

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

 a { background-color: rgb(176,102,171); }

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

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

 span { border-color: rgb(176,102,171); }

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