#B66AA9

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

Shades of Violet Blue #B66AA9

Tints of Violet Blue #B66AA9

Color information

#B66AA9 (or 0xB66AA9) is unknown color: approx Violet Blue. HEX triplet: B6, 6A and A9. RGB value is (182,106,169). Sum of RGB (Red+Green+Blue) = 182+106+169=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B66AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66AA9 is #499556. Grayscale: #878787. Windows color (decimal): -4822359 or 11102902. OLE color: 11102902.

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

Color convert

RGB182106169-
CMYK00.420.070.29
HSL310.26º34.23%56.47%-
HSV(B)310.26º41.76%71.37%-
XYZ31.6123.1240.33-
YUV135.91146.68160.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=39.82%
G=23.19%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210616900.420.070.29310.2634.2356.47
HexB66AA902A71D1362238
Octal2661522510527354664270
Binary10110110110101010101001010101011111101100110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66AA9; }

 p { color: rgb(182,106,169); }

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

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

 a { background-color: rgb(182,106,169); }

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

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

 span { border-color: rgb(182,106,169); }

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