#BF9AA7

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

Shades of Viola #BF9AA7

Tints of Viola #BF9AA7

Color information

#BF9AA7 (or 0xBF9AA7) is unknown color: approx Viola. HEX triplet: BF, 9A and A7. RGB value is (191,154,167). Sum of RGB (Red+Green+Blue) = 191+154+167=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9AA7 is #406558. Grayscale: #A6A6A6. Windows color (decimal): -4220249 or 10984127. OLE color: 10984127.

HSL color Cylindrical-coordinate representation of color #BF9AA7: hue angle of 338.92º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9AA7 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191154167-
CMYK00.190.130.25
HSL338.92º22.42%67.65%-
HSV(B)338.92º19.37%74.9%-
XYZ40.0236.9841.59-
YUV166.54128.26145.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 167 (65.62% from 255) = 32.62%
R=37.30%
G=30.08%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115416700.190.130.25338.9222.4267.65
HexBF9AA7013D191531644
Octal277232247023153152326104
Binary101111111001101010100111010011110111001101010011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AA7; }

 p { color: rgb(191,154,167); }

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

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

 a { background-color: rgb(191,154,167); }

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

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

 span { border-color: rgb(191,154,167); }

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