#AF929B

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

Shades of Viola #AF929B

Tints of Viola #AF929B

Color information

#AF929B (or 0xAF929B) is unknown color: approx Viola. HEX triplet: AF, 92 and 9B. RGB value is (175,146,155). Sum of RGB (Red+Green+Blue) = 175+146+155=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF929B is #506D64. Grayscale: #9B9B9B. Windows color (decimal): -5270885 or 10195631. OLE color: 10195631.

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

Color convert

RGB175146155-
CMYK00.170.110.31
HSL341.38º15.34%62.94%-
HSV(B)341.38º16.57%68.63%-
XYZ33.8732.0435.41-
YUV155.7127.61141.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=36.76%
G=30.67%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514615500.170.110.31341.3815.3462.94
HexAF929B011B1F155f3f
Octal25722223302113375251777
Binary1010111110010010100110110100011011111111010101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF929B; }

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

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

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

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

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

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

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

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