#B661AA

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

Shades of Violet Blue #B661AA

Tints of Violet Blue #B661AA

Color information

#B661AA (or 0xB661AA) is unknown color: approx Violet Blue. HEX triplet: B6, 61 and AA. RGB value is (182,97,170). Sum of RGB (Red+Green+Blue) = 182+97+170=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B661AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B661AA is #499E55. Grayscale: #828282. Windows color (decimal): -4824662 or 11166134. OLE color: 11166134.

HSL color Cylindrical-coordinate representation of color #B661AA: hue angle of 308.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B661AA is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18297170-
CMYK00.470.070.29
HSL308.47º36.8%54.71%-
HSV(B)308.47º46.7%71.37%-
XYZ30.8221.440.54-
YUV130.74150.16164.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=40.53%
G=21.60%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829717000.470.070.29308.4736.854.71
HexB661AA02F71D1342537
Octal2661412520577354644567
Binary10110110110000110101010010111111111101100110100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661AA; }

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

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

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

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

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

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

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

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