#B66AAA

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

Shades of Violet Blue #B66AAA

Tints of Violet Blue #B66AAA

Color information

#B66AAA (or 0xB66AAA) is unknown color: approx Violet Blue. HEX triplet: B6, 6A and AA. RGB value is (182,106,170). Sum of RGB (Red+Green+Blue) = 182+106+170=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B66AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66AAA is #499555. Grayscale: #878787. Windows color (decimal): -4822358 or 11168438. OLE color: 11168438.

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

Color convert

RGB182106170-
CMYK00.420.070.29
HSL309.47º34.23%56.47%-
HSV(B)309.47º41.76%71.37%-
XYZ31.723.1640.83-
YUV136.02147.18160.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 106 (41.80% from 255) = 23.14%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=39.74%
G=23.14%
B=37.12%

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
Decimal18210617000.420.070.29309.4734.2356.47
HexB66AAA02A71D1352238
Octal2661522520527354654270
Binary10110110110101010101010010101011111101100110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66AAA; }

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

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

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

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

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

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

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

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