#B669AA

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

Shades of Violet Blue #B669AA

Tints of Violet Blue #B669AA

Color information

#B669AA (or 0xB669AA) is unknown color: approx Violet Blue. HEX triplet: B6, 69 and AA. RGB value is (182,105,170). Sum of RGB (Red+Green+Blue) = 182+105+170=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B669AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669AA is #499655. Grayscale: #878787. Windows color (decimal): -4822614 or 11168182. OLE color: 11168182.

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

Color convert

RGB182105170-
CMYK00.420.070.29
HSL309.35º34.53%56.27%-
HSV(B)309.35º42.31%71.37%-
XYZ31.622.9540.79-
YUV135.43147.51161.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=39.82%
G=22.98%
B=37.20%

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
Decimal18210517000.420.070.29309.3534.5356.27
HexB669AA02A71D1352338
Octal2661512520527354654370
Binary10110110110100110101010010101011111101100110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669AA; }

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

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

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

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

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

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

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

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