#B666AC

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

Shades of Violet Blue #B666AC

Tints of Violet Blue #B666AC

Color information

#B666AC (or 0xB666AC) is unknown color: approx Violet Blue. HEX triplet: B6, 66 and AC. RGB value is (182,102,172). Sum of RGB (Red+Green+Blue) = 182+102+172=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B666AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666AC is #499953. Grayscale: #858585. Windows color (decimal): -4823380 or 11298486. OLE color: 11298486.

HSL color Cylindrical-coordinate representation of color #B666AC: hue angle of 307.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B666AC is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182102172-
CMYK00.440.050.29
HSL307.5º35.4%55.69%-
HSV(B)307.5º43.96%71.37%-
XYZ31.4922.4341.7-
YUV133.9149.5162.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 102 (40.23% from 255) = 22.37%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=39.91%
G=22.37%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210217200.440.050.29307.535.455.69
HexB666AC02C51D1342338
Octal2661462540545354644370
Binary10110110110011010101100010110010111101100110100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666AC; }

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

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

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

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

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

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

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

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