#B660AA

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

Shades of Violet Blue #B660AA

Tints of Violet Blue #B660AA

Color information

#B660AA (or 0xB660AA) is unknown color: approx Violet Blue. HEX triplet: B6, 60 and AA. RGB value is (182,96,170). Sum of RGB (Red+Green+Blue) = 182+96+170=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B660AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B660AA is #499F55. Grayscale: #818181. Windows color (decimal): -4824918 or 11165878. OLE color: 11165878.

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

Color convert

RGB18296170-
CMYK00.470.070.29
HSL308.37º37.07%54.51%-
HSV(B)308.37º47.25%71.37%-
XYZ30.7321.2140.51-
YUV130.15150.49164.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 96 (37.89% from 255) = 21.43%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=40.62%
G=21.43%
B=37.95%

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
Decimal1829617000.470.070.29308.3737.0754.51
HexB660AA02F71D1342537
Octal2661402520577354644567
Binary10110110110000010101010010111111111101100110100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660AA; }

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

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

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

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

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

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

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

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