#B469AC

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

Shades of Violet Blue #B469AC

Tints of Violet Blue #B469AC

Color information

#B469AC (or 0xB469AC) is unknown color: approx Violet Blue. HEX triplet: B4, 69 and AC. RGB value is (180,105,172). Sum of RGB (Red+Green+Blue) = 180+105+172=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B469AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469AC is #4B9653. Grayscale: #868686. Windows color (decimal): -4953684 or 11299252. OLE color: 11299252.

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

Color convert

RGB180105172-
CMYK00.420.040.29
HSL306.4º33.33%55.88%-
HSV(B)306.4º41.67%70.59%-
XYZ31.3222.7941.78-
YUV135.06148.85160.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=39.39%
G=22.98%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010517200.420.040.29306.433.3355.88
HexB469AC02A41D1322138
Octal2641512540524354624170
Binary10110100110100110101100010101010011101100110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469AC; }

 p { color: rgb(180,105,172); }

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

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

 a { background-color: rgb(180,105,172); }

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

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

 span { border-color: rgb(180,105,172); }

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