#AF969B

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

Shades of Viola #AF969B

Tints of Viola #AF969B

Color information

#AF969B (or 0xAF969B) is unknown color: approx Viola. HEX triplet: AF, 96 and 9B. RGB value is (175,150,155). Sum of RGB (Red+Green+Blue) = 175+150+155=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF969B is #506964. Grayscale: #9E9E9E. Windows color (decimal): -5269861 or 10196655. OLE color: 10196655.

HSL color Cylindrical-coordinate representation of color #AF969B: hue angle of 348º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF969B is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175150155-
CMYK00.140.110.31
HSL348º13.51%63.73%-
HSV(B)348º14.29%68.63%-
XYZ34.533.2935.62-
YUV158.05126.28140.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=36.46%
G=31.25%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515015500.140.110.3134813.5163.73
HexAF969B0EB1F15ce40
Octal257226233016133753416100
Binary1010111110010110100110110111010111111110101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF969B; }

 p { color: rgb(175,150,155); }

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

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

 a { background-color: rgb(175,150,155); }

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

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

 span { border-color: rgb(175,150,155); }

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