#B066AC

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

Shades of Violet Blue #B066AC

Tints of Violet Blue #B066AC

Color information

#B066AC (or 0xB066AC) is unknown color: approx Violet Blue. HEX triplet: B0, 66 and AC. RGB value is (176,102,172). Sum of RGB (Red+Green+Blue) = 176+102+172=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B066AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066AC is #4F9953. Grayscale: #838383. Windows color (decimal): -5216596 or 11298480. OLE color: 11298480.

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

Color convert

RGB176102172-
CMYK00.420.020.31
HSL303.24º31.9%54.51%-
HSV(B)303.24º42.05%69.02%-
XYZ30.121.7141.63-
YUV132.11150.52159.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=39.11%
G=22.67%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610217200.420.020.31303.2431.954.51
HexB066AC02A21F12f2037
Octal2601462540522374574067
Binary1011000011001101010110001010101011111100101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066AC; }

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

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

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

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

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

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

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

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