#b668aa

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

Shades of Violet Blue #B668AA

Tints of Violet Blue #B668AA

Color information

#B668AA (or 0xB668AA) is unknown color: approx Violet Blue. HEX triplet: B6, 68 and AA. RGB value is (182,104,170). Sum of RGB (Red+Green+Blue) = 182+104+170=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B668AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668AA is #499755. Grayscale: #868686. Windows color (decimal): -4822870 or 11167926. OLE color: 11167926.

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

Color convert

RGB182104170-
CMYK00.430.070.29
HSL309.23º34.82%56.08%-
HSV(B)309.23º42.86%71.37%-
XYZ31.522.7540.76-
YUV134.85147.84161.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=39.91%
G=22.81%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210417000.430.070.29309.2334.8256.08
HexB668AA02B71D1352338
Octal2661502520537354654370
Binary10110110110100010101010010101111111101100110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b668aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b668aa; }

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

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

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

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

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

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

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

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