#B698A3

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

Shades of Viola #B698A3

Tints of Viola #B698A3

Color information

#B698A3 (or 0xB698A3) is unknown color: approx Viola. HEX triplet: B6, 98 and A3. RGB value is (182,152,163). Sum of RGB (Red+Green+Blue) = 182+152+163=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B698A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B698A3 is #49675C. Grayscale: #A2A2A2. Windows color (decimal): -4810589 or 10721462. OLE color: 10721462.

HSL color Cylindrical-coordinate representation of color #B698A3: hue angle of 338º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B698A3 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB182152163-
CMYK00.160.100.29
HSL338º17.05%65.49%-
HSV(B)338º16.48%71.37%-
XYZ37.1335.0539.46-
YUV162.22128.44142.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 163 (64.06% from 255) = 32.80%
R=36.62%
G=30.58%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215216300.160.100.2933817.0565.49
HexB698A3010A1D1521141
Octal266230243020123552221101
Binary101101101001100010100011010000101011101101010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698A3; }

 p { color: rgb(182,152,163); }

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

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

 a { background-color: rgb(182,152,163); }

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

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

 span { border-color: rgb(182,152,163); }

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