#B469AA

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

Shades of Violet Blue #B469AA

Tints of Violet Blue #B469AA

Color information

#B469AA (or 0xB469AA) is unknown color: approx Violet Blue. HEX triplet: B4, 69 and AA. RGB value is (180,105,170). Sum of RGB (Red+Green+Blue) = 180+105+170=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B469AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469AA is #4B9655. Grayscale: #868686. Windows color (decimal): -4953686 or 11168180. OLE color: 11168180.

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

Color convert

RGB180105170-
CMYK00.420.060.29
HSL308º33.33%55.88%-
HSV(B)308º41.67%70.59%-
XYZ31.1322.7140.77-
YUV134.84147.85160.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=39.56%
G=23.08%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010517000.420.060.2930833.3355.88
HexB469AA02A61D1342138
Octal2641512520526354644170
Binary10110100110100110101010010101011011101100110100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469AA; }

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

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

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

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

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

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

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

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